net.walend.lyophil
Class LastIdentifierUsedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.walend.lang.NestedRuntimeException
|
+--net.walend.lyophil.LyophilRuntimeException
|
+--net.walend.lyophil.LastIdentifierUsedException
- All Implemented Interfaces:
- HasNestedThrowable, java.io.Serializable
- public class LastIdentifierUsedException
- extends LyophilRuntimeException
- implements java.io.Serializable
Throw this exception when an IdentifierSource is out of Identifiers. It's a real disaster.
- Since:
- 20001124
- 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 |
LastIdentifierUsedException
public LastIdentifierUsedException()
- Only use this constructor for Serialization.
LastIdentifierUsedException
public LastIdentifierUsedException(java.lang.String message)
LastIdentifierUsedException
public LastIdentifierUsedException(java.lang.Throwable nester)
LastIdentifierUsedException
public LastIdentifierUsedException(java.lang.String message,
java.lang.Throwable nester)
Copyright (c) 2000, 2001, David Walend