public class RoomLockedException extends Exception
Constructor and Description |
---|
RoomLockedException() |
RoomLockedException(String msg) |
RoomLockedException(String msg,
Throwable nestedThrowable) |
RoomLockedException(Throwable nestedThrowable) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public RoomLockedException()
public RoomLockedException(String msg)
public RoomLockedException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
Copyright © 2003-2008 Jive Software.