|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception eu.planets_project.ifr.core.storage.api.DigitalObjectManager.DigitalObjectNotRemovedException
public static class DigitalObjectManager.DigitalObjectNotRemovedException
Exception thrown when a DigitalObject cannot be removed in the Data Registry.
Constructor Summary | |
---|---|
DigitalObjectManager.DigitalObjectNotRemovedException(java.lang.String message)
|
|
DigitalObjectManager.DigitalObjectNotRemovedException(java.lang.String message,
java.lang.Throwable excep)
|
|
DigitalObjectManager.DigitalObjectNotRemovedException(java.lang.Throwable excep)
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DigitalObjectManager.DigitalObjectNotRemovedException(java.lang.String message, java.lang.Throwable excep)
message
- The message for the exceptionexcep
- The exception that prompted the creation of this exceptionpublic DigitalObjectManager.DigitalObjectNotRemovedException(java.lang.String message)
message
- The message for the exceptionpublic DigitalObjectManager.DigitalObjectNotRemovedException(java.lang.Throwable excep)
excep
- The exception that prompted the creation of this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |