Artenus 2D Framework
Artenus Reference
com.annahid.libs.artenus.security

Base64DecoderException

Exception thrown when encountering an invalid Base64 input character.
public class Base64DecoderException
extends Exception

Constructor Summary

Modifier and TypeConstructor and Description
public Base64DecoderException()
public Base64DecoderException(String s)

Method Summary

Methods inherited from java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Base64DecoderException
public  Base64DecoderException()
Base64DecoderException
public  Base64DecoderException(
    String s
)