org.apache.qpid.console
Class ConsoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.console.ConsoleException
All Implemented Interfaces:
Serializable

public class ConsoleException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ConsoleException()
           
ConsoleException(String message)
           
ConsoleException(String message, Throwable cause)
           
ConsoleException(Throwable cause)
           
 
Method Summary
 
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

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