com.evolveum.midpoint.provisioning.ucf.impl
Class IntermediateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.evolveum.midpoint.provisioning.ucf.impl.IntermediateException
All Implemented Interfaces:
Serializable

public class IntermediateException
extends RuntimeException

This exception exists only for the purpose of passing checked exceptions where they are not allowed. This comes handy e.g. in callbacks. This exception must never be shown to "outside".

Author:
Radovan Semancik
See Also:
Serialized Form

Constructor Summary
IntermediateException()
           
IntermediateException(String message)
           
IntermediateException(String message, Throwable cause)
           
IntermediateException(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

IntermediateException

public IntermediateException()

IntermediateException

public IntermediateException(String message,
                             Throwable cause)

IntermediateException

public IntermediateException(String message)

IntermediateException

public IntermediateException(Throwable cause)


Copyright © 2013 evolveum. All Rights Reserved.