org.multiverse.api.exceptions
Class ReadonlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.IllegalTransactionStateException
org.multiverse.api.exceptions.ReadonlyException
- All Implemented Interfaces:
- java.io.Serializable
public class ReadonlyException
- extends IllegalTransactionStateException
A IllegalTransactionStateException that indicates that an action is executed on a
readonly transaction that requires an update.
- Author:
- Peter Veentjer.
- See Also:
- Serialized Form
| 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 |
ReadonlyException
public ReadonlyException()
ReadonlyException
public ReadonlyException(java.lang.String message)
ReadonlyException
public ReadonlyException(java.lang.String message,
java.lang.Throwable cause)
ReadonlyException
public ReadonlyException(java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.