All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.util.mime.MIMEFormatException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----cryptix.util.mime.MIMEFormatException

public class MIMEFormatException
extends IOException
This exception is thrown when MIME input data does not meet the expected constraints (e.g. contains invalid characters, has the wrong length, etc.)

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $

Author:
David Hopwood

Constructor Index

 o MIMEFormatException(String)

Constructors

 o MIMEFormatException
 public MIMEFormatException(String reason)
Parameters:
reason - the reason why the exception was thrown.

All Packages  Class Hierarchy  This Package  Previous  Next  Index