org.apache.qpid.console
Class ConsoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.console.ConsoleException
- All Implemented Interfaces:
- Serializable
public class ConsoleException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConsoleException
public ConsoleException()
ConsoleException
public ConsoleException(String message)
ConsoleException
public ConsoleException(String message,
Throwable cause)
ConsoleException
public ConsoleException(Throwable cause)
Licensed to the Apache Software Foundation