|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kaos.core.service.directory.ModificationException
public class ModificationException
ModificationException defines an exception to be thrown by the Directory Service when one or more modifications of properties of the registered entity fails.
| Constructor Summary | |
|---|---|
ModificationException()
Constructs a new ModificationException with no detailed message. |
|
ModificationException(java.lang.String msg)
Constructs a new ModificationException with a detailed message. |
|
| Method Summary | |
|---|---|
java.util.List |
getFailedMods()
Return a List of failed modifications. |
void |
setFailedMods(java.util.List failedMods)
Return a List of failed modifications. |
| 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 |
|---|
public ModificationException()
public ModificationException(java.lang.String msg)
msg - String containning the detailed message.| Method Detail |
|---|
public java.util.List getFailedMods()
public void setFailedMods(java.util.List failedMods)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||