|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rioproject.jsb.JSBControlException
public class JSBControlException
Thrown when a Service Bean cannot be controlled
| Constructor Summary | |
|---|---|
JSBControlException()
Constructs a JSBControlException with no detail message. |
|
JSBControlException(String s)
Constructs a JSBControlException with the specified detail
message |
|
JSBControlException(String s,
Throwable cause)
Constructs a JSBControlException with the specified detail
message and optional exception that was raised while controlling the JSB |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Prints the stack backtrace. |
void |
printStackTrace(PrintStream ps)
Prints the stack backtrace to the specified print stream. |
void |
printStackTrace(PrintWriter pw)
Prints the stack backtrace to the specified print writer. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JSBControlException()
JSBControlException with no detail message.
public JSBControlException(String s)
JSBControlException with the specified detail
message
s - the detail message.
public JSBControlException(String s,
Throwable cause)
JSBControlException with the specified detail
message and optional exception that was raised while controlling the JSB
s - The detail messagecause - The exception that was raised while controlling the JSB| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class ThrowableSystem.errpublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwable
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||