org.shlublu.javax.data
Class TruncatedBase64CodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.shlublu.javax.data.Base64Exception
                    |
                    +--org.shlublu.javax.data.TruncatedBase64CodeException
All Implemented Interfaces:
java.io.Serializable

public class TruncatedBase64CodeException
extends Base64Exception

Thrown when attempting to decode a non-multiple of 4 chars base 64 code

Since:
0.7
See Also:
Base64, Serialized Form

Constructor Summary
TruncatedBase64CodeException()
           
TruncatedBase64CodeException(java.lang.String str)
           
 
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

TruncatedBase64CodeException

public TruncatedBase64CodeException()

TruncatedBase64CodeException

public TruncatedBase64CodeException(java.lang.String str)