|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.nokia.notifications.NotificationException
public class NotificationException
Exception for notification actions.
Constructor Summary | |
---|---|
NotificationException(int reason)
Creates a new NotificationException instance. |
|
NotificationException(int reason,
java.lang.String msg)
Creates a new NotificationException instance. |
Method Summary | |
---|---|
int |
getReason()
Returns the reason for the exception. |
java.lang.String |
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 NotificationException(int reason, java.lang.String msg)
NotificationException
instance.
reason
- the reason for the exception, one of the constants defined
in NotificationError
.msg
- the exception message, may be null
public NotificationException(int reason)
NotificationException
instance.
reason
- reason for the exception, one of the constants defined in
NotificationError
.Method Detail |
---|
public int getReason()
NotificationError
.public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |