jxl.read.biff
Class PasswordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjxl.JXLException
              extended byjxl.read.biff.BiffException
                  extended byjxl.read.biff.PasswordException
All Implemented Interfaces:
java.io.Serializable

public class PasswordException
extends BiffException

A properly typed exception in case consumers of the API specifically wish to handle the case when the workbook is password protected

See Also:
Serialized Form

Constructor Summary
PasswordException()
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordException

public PasswordException()
Constructor