public abstract class WsSecuritySecurementException extends WsSecurityException
This is a checked exception since we want it to be caught, logged and handled rather than cause the application to fail. Failure to secure a message is usually not a fatal problem.
Constructor and Description |
---|
WsSecuritySecurementException(String msg) |
WsSecuritySecurementException(String msg,
Throwable ex) |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2020 Pivotal Software. All rights reserved.