Class ServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.complexible.common.protocols.server.ServerException
All Implemented Interfaces:
Serializable

public class ServerException extends Exception

Since:
2.0
Version:
2.0
Author:
Michael Grove
See Also:
  • Constructor Details

    • ServerException

      public ServerException(String theMessage)
    • ServerException

      public ServerException(Throwable theCause)
    • ServerException

      public ServerException(String theMessage, Throwable theCause)