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.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor Base64DecodingExceptionBase64DecodingException
(Exception originalException, String msgID) Constructor Base64DecodingExceptionBase64DecodingException
(Exception originalException, String msgID, Object[] exArgs) Constructor Base64DecodingExceptionBase64DecodingException
(String msgID) Constructor Base64DecodingExceptionBase64DecodingException
(String msgID, Exception originalException) Deprecated.Base64DecodingException
(String msgID, Object[] exArgs) Constructor Base64DecodingExceptionBase64DecodingException
(String msgID, Object[] exArgs, Exception originalException) Deprecated. -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Base64DecodingException
public Base64DecodingException()Constructor Base64DecodingException -
Base64DecodingException
Constructor Base64DecodingException- Parameters:
msgID
-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
msgID
-exArgs
-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
originalException
-msgID
-
-
Base64DecodingException
Deprecated. -
Base64DecodingException
Constructor Base64DecodingException- Parameters:
originalException
-msgID
-exArgs
-
-
Base64DecodingException
@Deprecated public Base64DecodingException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-