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:
- 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 |
ReadonlyException
public ReadonlyException()
ReadonlyException
public ReadonlyException(String message)
ReadonlyException
public ReadonlyException(String message,
Throwable cause)
ReadonlyException
public ReadonlyException(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.