com.evolveum.midpoint.provisioning.ucf.api
Class UcfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.provisioning.ucf.api.UcfException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GenericFrameworkException

public abstract class UcfException
extends java.lang.Exception

Author:
Radovan Semancik
See Also:
Serialized Form

Constructor Summary
UcfException()
          Creates a new instance of UcfException without detail message.
UcfException(java.lang.String msg)
          Constructs an instance of UcfException with the specified detail message.
UcfException(java.lang.String msg, java.lang.Throwable cause)
           
UcfException(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

UcfException

public UcfException()
Creates a new instance of UcfException without detail message.


UcfException

public UcfException(java.lang.String msg)
Constructs an instance of UcfException with the specified detail message.

Parameters:
msg - the detail message.

UcfException

public UcfException(java.lang.String msg,
                    java.lang.Throwable cause)

UcfException

public UcfException(java.lang.Throwable cause)


Copyright © 2012 evolveum. All Rights Reserved.