Class BusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.frankframework.management.bus.BusException
- All Implemented Interfaces:
Serializable
Serialized and send as an ExceptionMessage over the Spring Bus
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBusException
(String message) Seen as WARNING / HTTP Bad RequestBusException
(String message, int errorCode) Seen as WARNING with specific error codeBusException
(String message, Throwable exception) Seen as ERROR / HTTP Internal Server Error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BusException
Seen as WARNING / HTTP Bad Request -
BusException
Seen as WARNING with specific error code -
BusException
Seen as ERROR / HTTP Internal Server Error. Stacktrace information is logged but not passed to the parent to limit sensitive information being sent over the 'bus'.
-