public class TibjmsAdminException
extends java.lang.Exception
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
s
- the PrintWriter object to print to.public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- the PrintStream object to print to.public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © Cloud Software Group, Inc. All rights reserved