|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sky.message.Message
sky.message.ErrorMessage
| Field Summary |
| Fields inherited from class sky.message.Message |
_message, _source, _state, _type, DATABASE, EMAIL, ERROR, INTERNAL, IO, SENDMAIL, STATUS, SUCCESS |
| Constructor Summary | |
ErrorMessage(java.awt.AWTException awte)
Create an ErrorMessage using AWTException. |
|
ErrorMessage(java.io.IOException ioe)
Create an ErrorMessage using IOException. |
|
ErrorMessage(javax.mail.MessagingException me)
Create an ErrorMessage using MessagingException. |
|
ErrorMessage(java.sql.SQLException se)
Create an ErrorMessage using SQLException thrown by JDBC. |
|
ErrorMessage(java.lang.String message)
Create an ErrorMessage with default source as Message.INTERNAL. |
|
| Methods inherited from class sky.message.Message |
toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ErrorMessage(java.lang.String message)
message - Actual text of error condition.public ErrorMessage(java.sql.SQLException se)
se - Input SQLException object.public ErrorMessage(java.io.IOException ioe)
ioe - Input IOException object.public ErrorMessage(javax.mail.MessagingException me)
me - Input MessagingException object.public ErrorMessage(java.awt.AWTException awte)
awte - Input AWTException object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||