net.sf.jzeno.exception
Class InternalServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jzeno.exception.ManagedRuntimeException
                  extended by net.sf.jzeno.exception.InternalServerException
All Implemented Interfaces:
java.io.Serializable

public class InternalServerException
extends ManagedRuntimeException

Runtime Exception that is used for all exceptions that are caused by implicit assumptions made by the server. (e.g. The database is present !, etc..)

See Also:
Serialized Form

Constructor Summary
InternalServerException()
           
InternalServerException(java.lang.String message)
           
InternalServerException(java.lang.String message, java.lang.Throwable cause)
           
InternalServerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sf.jzeno.exception.ManagedRuntimeException
causedByManagedException
 
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

InternalServerException

public InternalServerException()

InternalServerException

public InternalServerException(java.lang.String message)

InternalServerException

public InternalServerException(java.lang.String message,
                               java.lang.Throwable cause)

InternalServerException

public InternalServerException(java.lang.Throwable cause)