Package com.tailf.util
Class Base64DecodeException
Object
Throwable
Exception
RuntimeException
com.tailf.util.Base64DecodeException
- All Implemented Interfaces:
 Serializable
@Deprecated(since="8.5",
            forRemoval=true)
public class Base64DecodeException
extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Base64DecodeException(String msg, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
Base64DecodeException
Deprecated, for removal: This API element is subject to removal in a future version. - 
Base64DecodeException
Deprecated, for removal: This API element is subject to removal in a future version. 
 -