public class NoRoomException extends KernelRuntimeException
Receiver
,
Serialized FormConstructor and Description |
---|
NoRoomException(Nameable object,
java.lang.String message)
Construct an exception originating from the given object,
with the given error message.
|
NoRoomException(java.lang.String message)
Construct an exception with the given error message.
|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTrace
public NoRoomException(java.lang.String message)
message
- The message.public NoRoomException(Nameable object, java.lang.String message)
object
- The originating object.message
- The message.