Class Base64DecodingException

All Implemented Interfaces:
Serializable

public class Base64DecodingException extends XMLSecurityException
This Exception is thrown if decoding of Base64 data fails.
Author:
Christian Geuer-Pollmann
See Also:
  • Constructor Details

    • 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(String _msgID, Exception _originalException)
      Constructor Base64DecodingException
      Parameters:
      _msgID -
      _originalException -
    • Base64DecodingException

      public Base64DecodingException(String _msgID, Object[] exArgs, Exception _originalException)
      Constructor Base64DecodingException
      Parameters:
      _msgID -
      exArgs -
      _originalException -