Package es.caib.seycon.ng.exception
Class InternalErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.InternalErrorException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotAllowedException
,ObserveObligationException
public class InternalErrorException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalErrorException()
InternalErrorException(String msg)
InternalErrorException(String msg, Object... params)
InternalErrorException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
String
getCauseFiltratString()
String
getMessage()
void
printStackTrace()
void
printStackTrace(PrintStream s)
void
printStackTrace(PrintWriter s)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalErrorException
public InternalErrorException()
-
InternalErrorException
public InternalErrorException(String msg)
-
-
Method Detail
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in classThrowable
-
getCauseFiltratString
public String getCauseFiltratString()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-