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.
-
BadRealmIOException(IOException, String)
- Constructs the exception, with descriptive information.
-
getException()
- Returns the I/O exception being reported.
BadRealmIOException
public BadRealmIOException(IOException e,
String info)
- Constructs the exception, with descriptive information.
- Parameters:
- info - describes the problem with the realm
getException
public IOException getException()
- Returns the I/O exception being reported.
All Packages Class Hierarchy This Package Previous Next Index