Package com.iizix.server.prop
Class ServerApplicationSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.server.prop.ServerApplicationSetupException
- All Implemented Interfaces:
Serializable
The Server Application Setup exception.
- Author:
- Christopher Mindus
- See Also:
Constructor Summary
ConstructorDescriptionServerApplicationSetupException
(String message) Creates a Server Application Setup Exception with a message.ServerApplicationSetupException
(String message, Throwable exception) Creates a Server Application Setup Exception with a message and an exception cause.Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
ServerApplicationSetupException
Creates a Server Application Setup Exception with a message.- Parameters:
message
- The detail message.
ServerApplicationSetupException
Creates a Server Application Setup Exception with a message and an exception cause.- Parameters:
message
- The detail message.exception
- The exception, i.e. the real cause.