ORG.oclc.jassi
Class JavaPageException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ORG.oclc.jassi.JavaPageException
- Direct Known Subclasses:
- FailurePage, SuccessPage
- public class JavaPageException
- extends Exception
The JavaPageException class defines the exception message
used in FailurePage as expressed in classes implementing JavaPage.
- See Also:
FailurePage
, Serialized Form
Field Summary |
int |
code
Integer code associated with the exception. |
String |
msg
String message associated with the exception. |
Date |
when
Date and Time when the exception occurred. |
when
public Date when
- Date and Time when the exception occurred.
code
public int code
- Integer code associated with the exception.
msg
public String msg
- String message associated with the exception.
JavaPageException
public JavaPageException()
- Constructs a JavaPageException object.