org.apache.camel.component.jmx
Class NotificationFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.component.jmx.NotificationFormatException
All Implemented Interfaces:
Serializable

public class NotificationFormatException
extends Exception

Reports a problem formatting the Notification. This will be a JAXB related issue.

See Also:
Serialized Form

Constructor Summary
NotificationFormatException(Exception aCausedBy)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationFormatException

public NotificationFormatException(Exception aCausedBy)


Apache Camel