org.multiverse.api.exceptions
Class LoadLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.LoadException
org.multiverse.api.exceptions.LoadLockedException
- All Implemented Interfaces:
- java.io.Serializable, RecoverableThrowable
public class LoadLockedException
- extends LoadException
- implements RecoverableThrowable
A LoadException that indicates that a load failed because the item was locked.
- 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 |
INSTANCE
public static final LoadLockedException INSTANCE
reuse
public static final boolean reuse
LoadLockedException
public LoadLockedException()
LoadLockedException
public LoadLockedException(java.lang.String message)
LoadLockedException
public LoadLockedException(java.lang.String message,
java.lang.Throwable cause)
LoadLockedException
public LoadLockedException(java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.