Package com.caplin.util.base64
Class InvalidBase64DataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.util.base64.InvalidBase64DataException
- All Implemented Interfaces:
Serializable
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 Summary
ModifierConstructorDescriptionprotected
protected
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidBase64DataException
protected InvalidBase64DataException() -
InvalidBase64DataException
-