amber.server.exception
Class ServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--amber.server.exception.AmberException
                    |
                    +--amber.server.exception.ServerException
All Implemented Interfaces:
java.io.Serializable

public class ServerException
extends AmberException

This class handles the requirements for exceptions created by Server classes.

Version:
1.0.0
Author:
Dr. David J. Knowles
See Also:
amber.server.BaseServer, Serialized Form

Constructor Summary
ServerException(int errorCode)
           
ServerException(java.lang.String msg)
           
ServerException(java.lang.String msg, int errorCode)
           
ServerException(java.lang.String msg, int errorCode, java.lang.Throwable ex)
           
ServerException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class amber.server.exception.AmberException
addException, getErrorCode, getPriorException, printStackTrace, printStackTrace, printStackTrace, setErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerException

public ServerException(java.lang.String msg)

ServerException

public ServerException(int errorCode)

ServerException

public ServerException(java.lang.String msg,
                       java.lang.Throwable ex)

ServerException

public ServerException(java.lang.String msg,
                       int errorCode)

ServerException

public ServerException(java.lang.String msg,
                       int errorCode,
                       java.lang.Throwable ex)


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.