Class ServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.complexible.common.protocols.server.ServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServerException extends java.lang.Exception
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Michael Grove
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerException(java.lang.String theMessage)
ServerException(java.lang.String theMessage, java.lang.Throwable theCause)
ServerException(java.lang.Throwable theCause)
-