org.shlublu.javax.data
Class UnexpectedPadException

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

public class UnexpectedPadException
extends Base64Exception

Thrown when a unexpected padding char is found when decoding

Since:
0.7
See Also:
Base64, Serialized Form

Constructor Summary
UnexpectedPadException()
           
UnexpectedPadException(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

UnexpectedPadException

public UnexpectedPadException()

UnexpectedPadException

public UnexpectedPadException(java.lang.String str)