net.sf.jzeno.exception
Class InternalServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jzeno.exception.ManagedRuntimeException
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
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 |
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)