Package org.cyclos.model.messaging.sms
Class SmsSendingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.messaging.sms.SmsSendingException
-
- All Implemented Interfaces:
Serializable
public class SmsSendingException extends FrameworkException
Exception thown when an SMS message was required for some action, but it coudln't be send- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmsSendingException()SmsSendingException(String message)SmsSendingException(String message, OutboundSmsStatus status)SmsSendingException(OutboundSmsStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundSmsStatusgetStatus()voidsetStatus(OutboundSmsStatus status)-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SmsSendingException
public SmsSendingException()
-
SmsSendingException
public SmsSendingException(OutboundSmsStatus status)
-
SmsSendingException
public SmsSendingException(String message)
-
SmsSendingException
public SmsSendingException(String message, OutboundSmsStatus status)
-
-
Method Detail
-
getStatus
public OutboundSmsStatus getStatus()
-
setStatus
public void setStatus(OutboundSmsStatus status)
-
-