All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.BadRealmIOException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.server.realm.BadRealmException
                           |
                           +----com.sun.server.realm.BadRealmIOException

public class BadRealmIOException
extends BadRealmException
Exception thrown when a Realm is found to be corrupted for some reason related to I/O errors. This encapsulates the I/O exception, so that information isn't lost to higher level diagnostics.


Constructor Index

 o BadRealmIOException(IOException, String)
Constructs the exception, with descriptive information.

Method Index

 o getException()
Returns the I/O exception being reported.

Constructors

 o BadRealmIOException
 public BadRealmIOException(IOException e,
                            String info)
Constructs the exception, with descriptive information.

Parameters:
info - describes the problem with the realm

Methods

 o getException
 public IOException getException()
Returns the I/O exception being reported.


All Packages  Class Hierarchy  This Package  Previous  Next  Index