public class XMLSignatureException extends SAMLException
Constructor and Description |
---|
XMLSignatureException(String s)
Create an
XMLSignatureException with a message. |
XMLSignatureException(String rbName,
String errorCode,
Object[] args)
Constructs a new
XMLSignatureException without a nested
Throwable . |
XMLSignatureException(Throwable t)
Constructs an
XMLSignatureException with given
Throwable . |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLSignatureException(String s)
XMLSignatureException
with a message.s
- exception message.public XMLSignatureException(Throwable t)
XMLSignatureException
with given
Throwable
.t
- Exception nested in the new exception.public XMLSignatureException(String rbName, String errorCode, Object[] args)
XMLSignatureException
without a nested
Throwable
.rbName
- Resource Bundle Name to be used for getting
localized error message.errorCode
- Key to resource bundle. You can use
ResourceBundle rb = ResourceBunde.getBundle (rbName,locale); String localizedStr = rb.getString(errorCode);
args
- arguments to message. If it is not present pass them
as nullCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.