|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensubsystems.core.error.OSSException
org.opensubsystems.core.error.OSSConcurentModifyException
public class OSSConcurentModifyException
Exception thrown when there was a problem with concurent object modification. This happens when one user looks at some edit screen too long and meanwhile some other user modifies the data. Then when the first user tries to save his data, he will receive this exception and the data will not be modified to prevent overwriting and loss of data.
| Constructor Summary | |
|---|---|
OSSConcurentModifyException()
Create new exception |
|
OSSConcurentModifyException(java.lang.String message)
Create new exception |
|
OSSConcurentModifyException(java.lang.String message,
java.lang.Throwable cause)
Create new exception |
|
OSSConcurentModifyException(java.lang.Throwable cause)
Create new exception |
|
| 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 |
|---|
public OSSConcurentModifyException()
public OSSConcurentModifyException(java.lang.String message)
message - - message to display
public OSSConcurentModifyException(java.lang.String message,
java.lang.Throwable cause)
message - - message to displaycause - - cause for errorpublic OSSConcurentModifyException(java.lang.Throwable cause)
cause - - cause for error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||