com.evolveum.midpoint.schema.exception
Class TunnelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.evolveum.midpoint.schema.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

Constructor Summary
TunnelException()
           
TunnelException(java.lang.String message)
           
TunnelException(java.lang.String message, java.lang.Throwable cause)
           
TunnelException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.