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:
java.io.Serializable
public class Base64DecodingException extends XMLSecurityException
This Exception is thrown if decoding of Base64 data fails.- Author:
- Christian Geuer-Pollmann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
-
Constructor Summary
Constructors Constructor Description Base64DecodingException()
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String _msgID)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String _msgID, java.lang.Exception _originalException)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String _msgID, java.lang.Object[] exArgs)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
Constructor Base64DecodingException
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
Base64DecodingException
public Base64DecodingException()
Constructor Base64DecodingException
-
Base64DecodingException
public Base64DecodingException(java.lang.String _msgID)
Constructor Base64DecodingException- Parameters:
_msgID
-
-
Base64DecodingException
public Base64DecodingException(java.lang.String _msgID, java.lang.Object[] exArgs)
Constructor Base64DecodingException- Parameters:
_msgID
-exArgs
-
-
Base64DecodingException
public Base64DecodingException(java.lang.String _msgID, java.lang.Exception _originalException)
Constructor Base64DecodingException- Parameters:
_msgID
-_originalException
-
-
Base64DecodingException
public Base64DecodingException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
Constructor Base64DecodingException- Parameters:
_msgID
-exArgs
-_originalException
-
-
-