net.walend.lyophil
Class IdentifierUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.walend.lang.NestedRuntimeException
                          |
                          +--net.walend.lyophil.LyophilRuntimeException
                                |
                                +--net.walend.lyophil.IdentifierUnavailableException
All Implemented Interfaces:
HasNestedThrowable, java.io.Serializable

public class IdentifierUnavailableException
extends LyophilRuntimeException
implements java.io.Serializable

Throw this exception when an IdentifierSource can not make a new id Object due to some problem.

Since:
20001121
Author:
David Walend

Field Summary
 
Fields inherited from class net.walend.lang.NestedRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IdentifierUnavailableException()
          Only use this constructor for Serialization.
IdentifierUnavailableException(java.lang.String message)
           
IdentifierUnavailableException(java.lang.String message, java.lang.Throwable nester)
           
IdentifierUnavailableException(java.lang.Throwable nester)
           
 
Methods inherited from class net.walend.lang.NestedRuntimeException
getMessage, getNestedThrowable, hasNestedThrowable, printLimitedStackTrace, printLimitedStackTrace, printLimitedStackTrace, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

IdentifierUnavailableException

public IdentifierUnavailableException()
Only use this constructor for Serialization.


IdentifierUnavailableException

public IdentifierUnavailableException(java.lang.String message)

IdentifierUnavailableException

public IdentifierUnavailableException(java.lang.Throwable nester)

IdentifierUnavailableException

public IdentifierUnavailableException(java.lang.String message,
                                      java.lang.Throwable nester)


Copyright (c) 2000, 2001, David Walend