Class TunnelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.midpoint.util.exception.TunnelException
- All Implemented Interfaces:
Serializable
Exception used for tunneling checked exceptions through places where checked exceptipons are not allowed (e.g. callbacks).
This exception must not appear to the "outside", it must be caught and transformed back to the original form.
- Author:
- Radovan Semancik
- See Also:
-
Constructor Summary
ConstructorDescriptionTunnelException
(String message) TunnelException
(String message, Throwable cause) TunnelException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TunnelException
public TunnelException() -
TunnelException
-
TunnelException
-
TunnelException
-