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

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.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends UcfException

Requested object was not found.

Author:
Radovan Semancik
See Also:
Serialized Form

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

ObjectNotFoundException

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


ObjectNotFoundException

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

Parameters:
msg - the detail message.

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String msg,
                               java.lang.Exception ex)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.Exception ex)


Copyright © 2011 evolveum. All Rights Reserved.