org.jpop.net
Class ServerException

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

public class ServerException
extends java.lang.Exception

Generic exception for the server to throw

Version:
1.0
Author:
dsm
See Also:
Serialized Form

Constructor Summary
ServerException()
          Constructor for ServerException
ServerException(java.lang.String msg)
          Constructor for ServerException
ServerException(java.lang.String msg, java.lang.Throwable cause)
          Constructor for ServerException
ServerException(java.lang.Throwable cause)
          Constructor for ServerException
 
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

ServerException

public ServerException()
Constructor for ServerException


ServerException

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

Parameters:
msg - error message

ServerException

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

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

ServerException

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

Parameters:
cause - the cause of the exception