Package org.cyclos.model
Class InternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.InternalException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RetryException,UserStatusException
public abstract class InternalException extends CyclosException
Base class for all those exceptions thrown by the server but never exposed to the client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalException()InternalException(String message)InternalException(String message, Throwable cause)InternalException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-