org.apache.qpid.management.configuration
Class UnknownTypeCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
UnknownTypeCodeException
UnknownTypeCodeException(int code)
- Builds a new UnknownTypeCodeException with the given code.
- Parameters:
code
- the access code.
getCode
public int getCode()
- Returns the unknown code.
- Returns:
- the unknown code.
Licensed to the Apache Software Foundation