All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iaik.utils.Base64Exception

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

public class Base64Exception
extends IOException
Exception for invalid BASE64 streams.


Constructor Index

 o Base64Exception(String)
Constructs a Base64Exception with the specified detail message.

Constructors

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index