public class ObjectOutdatedException extends JBMException
Constructor and Description |
---|
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.
|
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.