Expresso 5-6

com.jcorporate.expresso.core.job
Class ServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.job.ServerException
All Implemented Interfaces:
Serializable

public class ServerException
extends ChainedException

ServerException

Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
ServerException()
           
ServerException(String s)
           
ServerException(String s, Throwable t)
           
ServerException(Throwable t)
           
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerException

public ServerException()

ServerException

public ServerException(String s)
Parameters:
s -

ServerException

public ServerException(String s,
                       Throwable t)
Parameters:
s -
t -

ServerException

public ServerException(Throwable t)
Parameters:
t -

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.