|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.finra.jtaf.core.model.invocationtarget.ContextKeyNotFoundException
public class ContextKeyNotFoundException
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.
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 |
---|
public ContextKeyNotFoundException()
public ContextKeyNotFoundException(String message, Throwable cause)
message
- - The message to be thrown.cause
- - The exception encountered that will be thrown.public ContextKeyNotFoundException(String message)
message
- - The message to be thrown.public ContextKeyNotFoundException(Throwable cause)
cause
- - The exception encountered that will be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |