org.apache.qpid
Class AMQUnknownExchangeType

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

public class AMQUnknownExchangeType
extends AMQException

AMQUnknownExchangeType represents coding error where unknown exchange type requested from exchange factory.

CRC Card
Responsibilities Collaborations
Represents unknown exchange type request.

See Also:
Serialized Form
Todo:
Not an AMQP exception as no status code., Represent coding error, where unknown exchange type is requested by passing a string parameter. Use a type safe enum for the exchange type, or replace with IllegalArgumentException. Should be runtime.

Constructor Summary
AMQUnknownExchangeType(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, 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

AMQUnknownExchangeType

public AMQUnknownExchangeType(String message,
                              Throwable cause)


Licensed to the Apache Software Foundation