com.elvyx.server
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.elvyx.server.ServerException
All Implemented Interfaces:
java.io.Serializable

public class ServerException
extends java.lang.Exception

Server exceptions

Since:
1.0
Version:
$Revision: 1.3 $
Author:
Armando Perdomo
See Also:
Serialized Form

Constructor Summary
ServerException()
          Constructor for ServerException.
ServerException(java.lang.Exception exception)
          Constructor for ServerException.
ServerException(java.lang.String string)
          Constructor for ServerException.
ServerException(java.lang.String string, java.lang.Throwable throwable)
          Constructor for ServerException.
 
Method Summary
 
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 string,
                       java.lang.Throwable throwable)
Constructor for ServerException.

Parameters:
string -
throwable -

ServerException

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

Parameters:
string -

ServerException

public ServerException(java.lang.Exception exception)
Constructor for ServerException.

Parameters:
exception -


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.