Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soklet.web.server.ServerException
All Implemented Interfaces:
Serializable

public class ServerException extends Exception
Since:
1.0.0
Author:
Mark Allen
See Also:
  • Constructor Details

    • ServerException

      public ServerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ServerException

      public ServerException(String message, Throwable cause)
    • ServerException

      public ServerException(String message)
    • ServerException

      public ServerException(Throwable cause)