com.bristle.javalib.util
Class Base64.TruncatedBase64EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
Base64.TruncatedBase64EncodingException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Base64.TruncatedBase64EncodingException

public Base64.TruncatedBase64EncodingException(String msg)