org.apache.qpid.management.configuration
Class UnknownTypeCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.management.configuration.UnknownTypeCodeException
All Implemented Interfaces:
Serializable

public class UnknownTypeCodeException
extends Exception

Thrown when no type is found in configuration associated to the given code.

See Also:
Serialized Form

Constructor Summary
UnknownTypeCodeException(int code)
          Builds a new UnknownTypeCodeException with the given code.
 
Method Summary
 int getCode()
          Returns the unknown code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownTypeCodeException

UnknownTypeCodeException(int code)
Builds a new UnknownTypeCodeException with the given code.

Parameters:
code - the access code.
Method Detail

getCode

public int getCode()
Returns the unknown code.

Returns:
the unknown code.


Licensed to the Apache Software Foundation