Class ServerApplicationSetupException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.server.prop.ServerApplicationSetupException
All Implemented Interfaces:
Serializable

public class ServerApplicationSetupException extends Exception
The Server Application Setup exception.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • ServerApplicationSetupException

      public ServerApplicationSetupException(String message)
      Creates a Server Application Setup Exception with a message.
      Parameters:
      message - The detail message.
    • ServerApplicationSetupException

      public ServerApplicationSetupException(String message, 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.