org.apache.qpid.management.domain.services
Class StartupFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StartupFailureException
public StartupFailureException(Exception exception)
- Builds a new StartupFailureException with the given exception.
- Parameters:
exception
- the exception cause.
Licensed to the Apache Software Foundation