com.bristle.javalib.util
Class Base64.TruncatedBase64EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bristle.javalib.util.Base64.TruncatedBase64EncodingException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Base64
public static class Base64.TruncatedBase64EncodingException
- extends Exception
This exception is thrown when a Base64 encoded string that is being
decoded has an invalid length, or has a trailing Base64 digit that
implies that there should be more digits.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Base64.TruncatedBase64EncodingException
public Base64.TruncatedBase64EncodingException(String msg)