org.jpop.net
Class ClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jpop.net.ClientException
All Implemented Interfaces:
java.io.Serializable

public class ClientException
extends java.lang.Exception

Generic exception for the client to throw on server errors or own errors

Version:
1.0
Author:
dsm
See Also:
Serialized Form

Constructor Summary
ClientException()
          Constructor for ClientException
ClientException(java.lang.String msg)
          Constructor for ClientException
ClientException(java.lang.String msg, java.lang.Throwable cause)
          Constructor for ClientException
ClientException(java.lang.Throwable cause)
          Constructor for ClientException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientException

public ClientException()
Constructor for ClientException


ClientException

public ClientException(java.lang.String msg)
Constructor for ClientException

Parameters:
msg - error message

ClientException

public ClientException(java.lang.String msg,
                       java.lang.Throwable cause)
Constructor for ClientException

Parameters:
msg - error message
cause - the cause of the exception

ClientException

public ClientException(java.lang.Throwable cause)
Constructor for ClientException

Parameters:
cause - the cause of the exception