iaik.utils
Class Base64Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--iaik.utils.Base64Exception

public class Base64Exception
extends java.io.IOException

Exception for invalid BASE64 streams.

See Also:
Serialized Form

Constructor Summary
Base64Exception(java.lang.String msg)
          Constructs a Base64Exception with the specified detail message.
 
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

Base64Exception

public Base64Exception(java.lang.String msg)
Constructs a Base64Exception with the specified detail message.