com.tivoli.twg.libs
Class NoSuchKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.libs.NoSuchKeyException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchKeyException
extends java.lang.Exception

Signal an invalid program condition occurred.

See Also:
Serialized Form

Constructor Summary
NoSuchKeyException()
           
NoSuchKeyException(java.lang.String message)
           
 
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

NoSuchKeyException

public NoSuchKeyException()

NoSuchKeyException

public NoSuchKeyException(java.lang.String message)