|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.tibco.tibjms.admin.TibjmsAdminException
public class TibjmsAdminException
This is the general admin exception used when an error occurs with a call to the server.
| Constructor Summary | |
|---|---|
TibjmsAdminException(java.lang.String msg)
Create a new TibjmsAdminException with given error message. |
|
TibjmsAdminException(java.lang.String msg,
java.lang.Exception e)
Create a new TibjmsAdminException with given error message and root exception. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Prints stack trace of this exception and of the internal exception if it is set. |
void |
printStackTrace(java.io.PrintStream s)
Prints stack trace of this exception and of the internal exception if it is set. |
void |
printStackTrace(java.io.PrintWriter s)
Prints stack trace of this exception and of the internal exception if it is set. |
java.lang.String |
toString()
Generate a string representation of this TibjmsAdminException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TibjmsAdminException(java.lang.String msg)
msg - The error message for the exception.
public TibjmsAdminException(java.lang.String msg,
java.lang.Exception e)
msg - The error message for the exception.e - The root cause of the exception.| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwables - the PrintWriter object to print to.public void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - the PrintStream object to print to.public java.lang.String toString()
toString in class java.lang.Throwable
|
TIBCO Enterprise Message Service | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||