Class TunnelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.evolveum.midpoint.util.exception.TunnelException
-
- All Implemented Interfaces:
Serializable
public class TunnelException extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TunnelException()
TunnelException(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
-
-