net.walend.lyophil
Class NotInFreezerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.walend.lang.NestedException
                    |
                    +--net.walend.lyophil.LyophilException
                          |
                          +--net.walend.lyophil.NotInFreezerException
All Implemented Interfaces:
HasNestedThrowable, java.io.Serializable

public class NotInFreezerException
extends LyophilException
implements java.io.Serializable

Throw this exception if the Freezer just doesn't know about the identifier but everything else is fine.

Since:
20001125
Author:
David Walend

Field Summary
private  java.io.Serializable id
           
 
Fields inherited from class net.walend.lang.NestedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NotInFreezerException(java.io.Serializable identifier)
          Only use this constructor for Serialization.
NotInFreezerException(java.io.Serializable identifier, java.lang.String message)
           
NotInFreezerException(java.io.Serializable identifier, java.lang.String message, java.lang.Throwable nester)
           
NotInFreezerException(java.io.Serializable identifier, java.lang.Throwable nester)
           
 
Method Summary
 java.lang.String getMessage()
          Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
 
Methods inherited from class net.walend.lang.NestedException
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
 

Field Detail

id

private java.io.Serializable id
Constructor Detail

NotInFreezerException

public NotInFreezerException(java.io.Serializable identifier)
Only use this constructor for Serialization.


NotInFreezerException

public NotInFreezerException(java.io.Serializable identifier,
                             java.lang.String message)

NotInFreezerException

public NotInFreezerException(java.io.Serializable identifier,
                             java.lang.Throwable nester)

NotInFreezerException

public NotInFreezerException(java.io.Serializable identifier,
                             java.lang.String message,
                             java.lang.Throwable nester)
Method Detail

getMessage

public java.lang.String getMessage()
Description copied from class: NestedException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.

Overrides:
getMessage in class NestedException


Copyright (c) 2000, 2001, David Walend