|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
umich.cac.pbs.InvalidRecordException
Indicates a invalid record type was encountered
Constructor Summary | |
InvalidRecordException()
Overriding Throwable default constructor. |
|
InvalidRecordException(java.lang.String message)
Overriding Throwable constructor from older JDKs. |
|
InvalidRecordException(java.lang.String message,
java.lang.Throwable cause)
Overriding Throwable constructor from JDK1.4, for handling Exception chaining. |
|
InvalidRecordException(java.lang.Throwable cause)
Overriding Throwable constructor from JDK1.4, for handling Exception chaining. |
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 |
public InvalidRecordException()
public InvalidRecordException(java.lang.String message)
message
- public InvalidRecordException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- Description of the Parameterpublic InvalidRecordException(java.lang.Throwable cause)
cause
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |