|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.columbia.coms6901.pingtel.pingim.IMException
Very simple exception for PingIM Xpression. Most of this class was generated automatically via NetBeans (not that the class actually does all that much).
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary | |
IMException()
Creates a new instance of IMException without detail
message. |
|
IMException(java.lang.String sMessage)
Constructs an instance of IMException with the specified
detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public IMException()
IMException
without detail
message.public IMException(java.lang.String sMessage)
IMException
with the specified
detail message.sMessage
- The detail message.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |