|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwareag.centrasite.appl.framework.persistence.JBMException
com.softwareag.centrasite.appl.framework.persistence.ObjectOutdatedException
public class ObjectOutdatedException
Exception thrown when trying to modify an outdated registry bean. This means a registry bean which has been read from the registry and modified afterwards by another client.
Constructor Summary | |
---|---|
ObjectOutdatedException(java.lang.String message)
Creates a new instance with the given detail message and no cause. |
|
ObjectOutdatedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause. |
|
ObjectOutdatedException(java.lang.Throwable cause)
Creates a new instance with the given cause. |
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 ObjectOutdatedException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause of the exception.public ObjectOutdatedException(java.lang.String message)
message
- The detail message.public ObjectOutdatedException(java.lang.Throwable cause)
Throwable.getMessage()
on the cause.
cause
- The cause of the exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |