public class ServerProxyException
extends java.lang.Exception
Constructor and Description |
---|
ServerProxyException()
Default constructor
|
ServerProxyException(java.lang.String message)
Creates an exception with a customizable message
|
ServerProxyException(java.lang.String message,
java.lang.Throwable cause)
Creates a message with both detail message and a throwable
|
ServerProxyException(java.lang.Throwable cause)
Creates an exception with a throwable object
|
public ServerProxyException()
public ServerProxyException(java.lang.String message)
message
- The message to include in this exceptionpublic ServerProxyException(java.lang.Throwable cause)
cause
- The throwable that caused this exceptionpublic ServerProxyException(java.lang.String message, java.lang.Throwable cause)
message
- The customized mesagecause
- The throwable cause of the exception