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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.provisioning.ucf.api.UcfException
              extended by 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

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

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 © 2012 evolveum. All Rights Reserved.