com.evolveum.midpoint.util.exception
Class TunnelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.midpoint.util.exception.TunnelException
- All Implemented Interfaces:
- java.io.Serializable
public class TunnelException
- extends java.lang.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TunnelException
public TunnelException()
TunnelException
public TunnelException(java.lang.String message,
java.lang.Throwable cause)
TunnelException
public TunnelException(java.lang.String message)
TunnelException
public TunnelException(java.lang.Throwable cause)
Copyright © 2012 evolveum. All Rights Reserved.