Package com.soffid.iam.exception
Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.InternalErrorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotAllowedException,ObserveObligationException
Error interno. Encapsula numerosos errores que pueden ocurrir durante el
proceso de las tareas. AƱade el throwable que nos indica la causa
- Version:
- $Revision: 1.1.2.1 $
- Author:
- $Author: u07286 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalErrorException(String msg, Object... params) InternalErrorException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InternalErrorException
public InternalErrorException() -
InternalErrorException
-
InternalErrorException
-
InternalErrorException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
getCauseFiltratString
-
getCause
-
getMessage
- Overrides:
getMessagein classThrowable
-