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:
  • Constructor Details

    • TunnelException

      public TunnelException()
    • TunnelException

      public TunnelException(String message, Throwable cause)
    • TunnelException

      public TunnelException(String message)
    • TunnelException

      public TunnelException(Throwable cause)