net.walend.lyophil
Class LyophilRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.walend.lang.NestedRuntimeException
|
+--net.walend.lyophil.LyophilRuntimeException
- All Implemented Interfaces:
- HasNestedThrowable, java.io.Serializable
- Direct Known Subclasses:
- CannotCreateException, CannotFreezeException, CannotThawException, CannotThrowOutException, IdentifierUnavailableException, LastIdentifierUsedException, MismatchedIdentifierException, PersistenceFailureException, ZombieFreezableException, ZombieIdentifierException
- public abstract class LyophilRuntimeException
- extends NestedRuntimeException
- implements java.io.Serializable
An abstract NestedRuntimeException for the Lyophilizer kit.
- Since:
- 20001227
- Author:
- David Walend
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LyophilRuntimeException
public LyophilRuntimeException()
- Only use this constructor for Serialization.
LyophilRuntimeException
public LyophilRuntimeException(java.lang.String message)
LyophilRuntimeException
public LyophilRuntimeException(java.lang.Throwable nester)
LyophilRuntimeException
public LyophilRuntimeException(java.lang.String message,
java.lang.Throwable nester)
Copyright (c) 2000, 2001, David Walend