Exception for JMX Connection related errors. If user catching this exception
and want to process further details, they should use the getCause.
author: Sun Microsystems, Inc.
Creates a new instance of JBIException with the specified message
and cause.
Parameters: aMessage - String describing this exception. Parameters: aCause - Throwable which represents an underlying problem(or null).