public class UnknownResultException extends KernelRuntimeException
| Red (pwhitake) |
| Red (pwhitake) |
| Constructor and Description |
|---|
UnknownResultException(Nameable obj)
Constructs an Exception with a detail message that is only the
name of the argument.
|
UnknownResultException(Nameable obj,
java.lang.String detail)
Constructs an Exception with a detail message that includes the
name of the first argument.
|
UnknownResultException(java.lang.String detail)
Constructs an Exception with a detail message.
|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTracepublic UnknownResultException(java.lang.String detail)
detail - The message.public UnknownResultException(Nameable obj)
obj - The object.public UnknownResultException(Nameable obj, java.lang.String detail)
obj - The object.detail - The message.