Class Base64DecodingException

All Implemented Interfaces:
Serializable

public class Base64DecodingException extends XMLSecurityException
This Exception is thrown if decoding of Base64 data fails.
See Also:
  • Field Details

  • 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(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.