public class NoRoomException extends KernelRuntimeException
Receiver,
Serialized Form| Green (bart) |
| Green (lmuliadi) |
| Constructor 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, printStackTracepublic NoRoomException(java.lang.String message)
message - The message.public NoRoomException(Nameable object, java.lang.String message)
object - The originating object.message - The message.