public class UnknownResultException extends KernelRuntimeException
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, printStackTrace
public 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.