Class Base64.TruncatedBase64EncodingFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--Base64.TruncatedBase64EncodingFound
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Base64

public static class Base64.TruncatedBase64EncodingFound
extends java.lang.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.TruncatedBase64EncodingFound(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Base64.TruncatedBase64EncodingFound

public Base64.TruncatedBase64EncodingFound(java.lang.String msg)