com.evolveum.midpoint.provisioning.ucf.api
Class UcfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.provisioning.ucf.api.UcfException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GenericFrameworkException
public abstract class UcfException
- extends Exception
- 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 |
UcfException
public UcfException()
- Creates a new instance of
UcfException
without detail message.
UcfException
public UcfException(String msg)
- Constructs an instance of
UcfException
with the specified detail message.
- Parameters:
msg
- the detail message.
UcfException
public UcfException(String msg,
Throwable cause)
UcfException
public UcfException(Throwable cause)
Copyright © 2013 evolveum. All Rights Reserved.