org.apache.qpid.management.domain.services
Class StartupFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.management.domain.services.StartupFailureException
All Implemented Interfaces:
Serializable

public class StartupFailureException
extends Exception

Thrown in case of service startup failure. For example the configuration file couldn't be read because is not well-formed.

See Also:
Serialized Form

Constructor Summary
StartupFailureException(Exception exception)
          Builds a new StartupFailureException with the given exception.
 
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

StartupFailureException

public StartupFailureException(Exception exception)
Builds a new StartupFailureException with the given exception.

Parameters:
exception - the exception cause.


Licensed to the Apache Software Foundation