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