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 SummaryConstructorsConstructorDescription- ServerApplicationSetupException- (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- ServerApplicationSetupExceptionCreates a Server Application Setup Exception with a message.- Parameters:
- message- The detail message.
 
- ServerApplicationSetupExceptionCreates 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.