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
public class Base64DecodingException extends XMLSecurityException
This Exception is thrown if decoding of Base64 data fails.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description Base64DecodingException()
Constructor 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
-
-
-
-
Constructor Detail
-
Base64DecodingException
public Base64DecodingException()
Constructor Base64DecodingException
-
Base64DecodingException
public Base64DecodingException(String msgID)
Constructor Base64DecodingException- Parameters:
msgID
-
-
Base64DecodingException
public Base64DecodingException(String msgID, Object[] exArgs)
Constructor Base64DecodingException- Parameters:
msgID
-exArgs
-
-
Base64DecodingException
public Base64DecodingException(Exception originalException, String msgID)
Constructor Base64DecodingException- Parameters:
originalException
-msgID
-
-
Base64DecodingException
@Deprecated public Base64DecodingException(String msgID, Exception originalException)
Deprecated.
-
Base64DecodingException
public Base64DecodingException(Exception originalException, String msgID, Object[] exArgs)
Constructor Base64DecodingException- Parameters:
originalException
-msgID
-exArgs
-
-
Base64DecodingException
@Deprecated public Base64DecodingException(String msgID, Object[] exArgs, Exception originalException)
Deprecated.
-
-