Class part2.chapter14.AuthException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part2.chapter14.AuthException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----part2.chapter14.AuthException

public class AuthException
extends IOException

Constructor Index

 o AuthException()
 o AuthException(String)

Constructors

 o AuthException
  public AuthException()
 o AuthException
  public AuthException(String detail)

All Packages  Class Hierarchy  This Package  Previous  Next  Index