Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.utils.ServerException
All Implemented Interfaces:
Serializable

public class ServerException extends Exception
Exception class for a Server
See Also:
  • Constructor Details

    • ServerException

      public ServerException()
    • ServerException

      public ServerException(String message)
    • ServerException

      public ServerException(Throwable cause)
    • ServerException

      public ServerException(String message, Throwable cause)