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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description Base64DecodingException()
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.Exception originalException, java.lang.String msgID)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String msgID)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.Base64DecodingException(java.lang.String msgID, java.lang.Object[] exArgs)
Constructor Base64DecodingExceptionBase64DecodingException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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.Exception originalException, java.lang.String msgID)
Constructor Base64DecodingException- Parameters:
originalException
-msgID
-
-
Base64DecodingException
@Deprecated public Base64DecodingException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.
-
Base64DecodingException
public Base64DecodingException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor Base64DecodingException- Parameters:
originalException
-msgID
-exArgs
-
-
Base64DecodingException
@Deprecated public Base64DecodingException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
-