Class InvalidBase64DataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.util.base64.InvalidBase64DataException
All Implemented Interfaces:
Serializable

public class InvalidBase64DataException extends Exception

This exception may be thrown by methods that have detected that a String to be decoded is not of a valid length.

See Also:
  • Constructor Details

    • InvalidBase64DataException

      protected InvalidBase64DataException()
    • InvalidBase64DataException

      protected InvalidBase64DataException(String msg)