public class BusException extends RuntimeException
Constructor and Description |
---|
BusException(String message)
Seen as WARNING
|
BusException(String message,
Throwable exception)
Seen as ERROR
Stacktrace information is logged but not passed to the parent to limit sensitive information being sent over the 'bus'.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2023 Frank!Framework. All rights reserved.