public class NoTokenException extends KernelRuntimeException
Receiver
,
Serialized FormConstructor and Description |
---|
NoTokenException(Nameable object,
java.lang.String message)
Construct an exception originating from the given object,
with the given error message.
|
NoTokenException(Nameable object,
java.lang.Throwable cause,
java.lang.String message)
Construct an exception originating from the given object,
with the given error message.
|
NoTokenException(java.lang.String message)
Deprecated.
Use NoTokenException(Nameable, String) so
that the UI can indicate which actor caused the error.
|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTrace
@Deprecated public NoTokenException(java.lang.String message)
message
- The message.public NoTokenException(Nameable object, java.lang.String message)
object
- The originating object.message
- The message.public NoTokenException(Nameable object, java.lang.Throwable cause, java.lang.String message)
object
- The originating object.cause
- The cause of this exception.message
- The message.