Package com.iizix.server.prop
Class ServerApplicationSetupException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.iizix.server.prop.ServerApplicationSetupException
- All Implemented Interfaces:
java.io.Serializable
public class ServerApplicationSetupException extends java.lang.Exception
The Server Application Setup exception.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description ServerApplicationSetupException(java.lang.String message)
Creates a Server Application Setup Exception with a message.ServerApplicationSetupException(java.lang.String message, java.lang.Throwable exception)
Creates a Server Application Setup Exception with a message and an exception cause.
Constructor Detail
ServerApplicationSetupException
public ServerApplicationSetupException(java.lang.String message)
Creates a Server Application Setup Exception with a message.- Parameters:
message
- The detail message.
ServerApplicationSetupException
public ServerApplicationSetupException(java.lang.String message, java.lang.Throwable exception)
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.