Class Base64DecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.exceptions.Base64DecodingException
- All Implemented Interfaces:
Serializable
This Exception is thrown if decoding of Base64 data fails.
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor Base64DecodingExceptionBase64DecodingException
(String _msgID) Constructor Base64DecodingExceptionBase64DecodingException
(String _msgID, Exception _originalException) Constructor Base64DecodingExceptionBase64DecodingException
(String _msgID, Object[] exArgs) Constructor Base64DecodingExceptionBase64DecodingException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor Base64DecodingException -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
Base64DecodingException
public Base64DecodingException()Constructor Base64DecodingException -
Base64DecodingException
Constructor Base64DecodingException- Parameters:
_msgID
-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
_msgID
-exArgs
-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
_msgID
-_originalException
-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
_msgID
-exArgs
-_originalException
-
-