goldengate.common.command.exception
Class Reply500Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by goldengate.common.command.exception.CommandAbstractException
              extended by goldengate.common.command.exception.Reply500Exception
All Implemented Interfaces:
Serializable

public class Reply500Exception
extends CommandAbstractException

500 Syntax error, command unrecognized. This may include errors such as command line too long.

Author:
Frederic Bregier
See Also:
Serialized Form

Field Summary
 
Fields inherited from class goldengate.common.command.exception.CommandAbstractException
code, message
 
Constructor Summary
Reply500Exception(String message)
          500 Syntax error, command unrecognized.
 
Method Summary
 
Methods inherited from class goldengate.common.command.exception.CommandAbstractException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Reply500Exception

public Reply500Exception(String message)
500 Syntax error, command unrecognized. This may include errors such as command line too long.

Parameters:
message -


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.