org.apache.qpid
Class AMQInvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by org.apache.qpid.AMQInvalidArgumentException
All Implemented Interfaces:
Serializable

public class AMQInvalidArgumentException
extends AMQException

AMQInvalidArgumentException indicates that an invalid argument has been passed to an AMQP method.

CRC Card
Responsibilities Collaborations
Represents an error due to an invalid argument being passed to an AMQP method.

See Also:
Serialized Form

Constructor Summary
AMQInvalidArgumentException(String message, Throwable cause)
           
 
Method Summary
 boolean isHardError()
           
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AMQInvalidArgumentException

public AMQInvalidArgumentException(String message,
                                   Throwable cause)
Method Detail

isHardError

public boolean isHardError()
Overrides:
isHardError in class AMQException


Licensed to the Apache Software Foundation