public class SecurityException extends Exception
SecurityException
is used to generate the
exceptions during failures for generating or handing Web Services
Security classes or functionalities.Constructor and Description |
---|
SecurityException()
Create an
SecurityException with no message. |
SecurityException(String message)
Create an
SecurityException with a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SecurityException()
SecurityException
with no message.public SecurityException(String message)
SecurityException
with a message.message
- message for the exceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.