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 SummaryConstructorsConstructorDescriptionTunnelException(String message) TunnelException(String message, Throwable cause) TunnelException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TunnelExceptionpublic TunnelException()
- 
TunnelException
- 
TunnelException
- 
TunnelException
 
-