com.evolveum.midpoint.provisioning.ucf.impl
Class IntermediateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.