Package org.cyclos.impl.utils.sms
Class SmsOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.impl.utils.sms.SmsOperationException
-
- All Implemented Interfaces:
Serializable
public class SmsOperationException extends BusinessException
Thrown when there is an error in a linkSmsOperation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmsOperationException(Object error, Object... messageParameters)SmsOperationException(Throwable cause, Object error, Object... messageParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(Object newParam)ObjectgetError()Object[]getErrorParameters()voidsetErrorParameters(Object[] errorParameters)-
Methods inherited from class org.cyclos.model.CyclosException
getMessage, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-