public class ManagementRemoteException extends JBIRemoteException implements Serializable
mCauseMessageTrace, mCauseStackTrace| Constructor and Description |
|---|
ManagementRemoteException(JBIRemoteException jbiRemoteException) |
ManagementRemoteException(String message) |
ManagementRemoteException(String message,
Throwable cause) |
ManagementRemoteException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
JBIManagementMessage |
extractJBIManagementMessage()
retrieves the exception message and try to construct the jbi mgmt message
|
static ManagementRemoteException |
filterJmxExceptions(Exception jmxEx)
filters the jmx exception and wraps the root cause user exception in the
JBIRemoteException
|
String[] |
getCauseMessageTrace()
gets the cuase trace in a string buffer
|
StringBuffer |
getCauseStackTrace()
gets the cuase trace in a string buffer
|
JBIRemoteException |
getJBIRemoteException()
Return an instance of JBIRemoteException
|
String |
getMessage()
Returns the detail message string of this throwable.
|
void |
initCauseTrace(Throwable aCause)
initializes the stacktrace and messages from cause
|
void |
printStackTrace(PrintStream s)
override method
|
void |
printStackTrace(PrintWriter s)
override method
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic ManagementRemoteException(String message)
message - public ManagementRemoteException(Throwable cause)
cause - public ManagementRemoteException(String message, Throwable cause)
message - cause - public ManagementRemoteException(JBIRemoteException jbiRemoteException)
jbiRemoteException - public JBIRemoteException getJBIRemoteException()
public void initCauseTrace(Throwable aCause)
initCauseTrace in class JBIRemoteExceptionaCause - a causepublic String getMessage()
getMessage in class JBIRemoteExceptionpublic String[] getCauseMessageTrace()
getCauseMessageTrace in class JBIRemoteExceptionpublic StringBuffer getCauseStackTrace()
getCauseStackTrace in class JBIRemoteExceptionpublic void printStackTrace(PrintWriter s)
printStackTrace in class JBIRemoteExceptions - writerpublic void printStackTrace(PrintStream s)
printStackTrace in class JBIRemoteExceptions - streampublic JBIManagementMessage extractJBIManagementMessage()
extractJBIManagementMessage in class JBIRemoteExceptionpublic static ManagementRemoteException filterJmxExceptions(Exception jmxEx)
jmxEx - exceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.