com.evolveum.midpoint.provisioning.ucf.api
Class GenericFrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.provisioning.ucf.api.UcfException
com.evolveum.midpoint.provisioning.ucf.api.GenericFrameworkException
- All Implemented Interfaces:
- java.io.Serializable
public class GenericFrameworkException
- extends UcfException
This exception should be thrown if there is no other practical way how to
determine the problem.
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GenericFrameworkException
public GenericFrameworkException()
- Creates a new instance of
GenericFrameworkException
without detail message.
GenericFrameworkException
public GenericFrameworkException(java.lang.String msg)
- Constructs an instance of
GenericFrameworkException
with the specified detail message.
- Parameters:
msg
- the detail message.
GenericFrameworkException
public GenericFrameworkException(java.lang.Exception ex)
GenericFrameworkException
public GenericFrameworkException(java.lang.String msg,
java.lang.Exception ex)
Copyright © 2011 evolveum. All Rights Reserved.