net.sf.molae.pipe.trafo
Class NotRetrievableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.molae.pipe.trafo.NotRetrievableException
All Implemented Interfaces:
Serializable

public class NotRetrievableException
extends Exception

Thrown if a key cannot be retrieved by a TwoWayTransformer.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
NotRetrievableException()
          Constructs a NotRetrievableException with no detail message.
NotRetrievableException(String s)
          Constructs a NotRetrievableException with the specified detail message.
 
Method Summary
 
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
 

Constructor Detail

NotRetrievableException

public NotRetrievableException()
Constructs a NotRetrievableException with no detail message.


NotRetrievableException

public NotRetrievableException(String s)
Constructs a NotRetrievableException with the specified detail message.

Parameters:
s - the detail message.