org.finra.jtaf.core.model.invocationtarget
Class ContextKeyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.finra.jtaf.core.model.invocationtarget.ContextKeyNotFoundException
All Implemented Interfaces:
Serializable

public class ContextKeyNotFoundException
extends RuntimeException

This is an exception thrown when a key, that hasn't been stored in the context, is used to get a value from the context.

See Also:
Serialized Form

Constructor Summary
ContextKeyNotFoundException()
          A constructor used without specifying the message or throwable.
ContextKeyNotFoundException(String message)
          A constructor used without specifying the message.
ContextKeyNotFoundException(String message, Throwable cause)
          A constructor used with specifying the message or throwable.
ContextKeyNotFoundException(Throwable cause)
          A constructor used without specifying the throwable.
 
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

ContextKeyNotFoundException

public ContextKeyNotFoundException()
A constructor used without specifying the message or throwable.


ContextKeyNotFoundException

public ContextKeyNotFoundException(String message,
                                   Throwable cause)
A constructor used with specifying the message or throwable.

Parameters:
message - - The message to be thrown.
cause - - The exception encountered that will be thrown.

ContextKeyNotFoundException

public ContextKeyNotFoundException(String message)
A constructor used without specifying the message.

Parameters:
message - - The message to be thrown.

ContextKeyNotFoundException

public ContextKeyNotFoundException(Throwable cause)
A constructor used without specifying the throwable.

Parameters:
cause - - The exception encountered that will be thrown.


Copyright © 2014. All rights reserved.