|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.marre.sms.SmsException
Exception representing an error in the SMS library.
| Constructor Summary | |
SmsException(java.lang.String msg)
Creates an SmsException. |
|
SmsException(java.lang.String msg,
java.lang.Throwable cause)
Creates an SmsException. |
|
SmsException(java.lang.Throwable cause)
Creates an SmsException. |
|
| 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 SmsException(java.lang.String msg)
msg - The error message
public SmsException(java.lang.String msg,
java.lang.Throwable cause)
msg - The error messagecause - Chained exceptionpublic SmsException(java.lang.Throwable cause)
cause - Chained exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||