Package org.cyclos.model
Class BusinessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotBuyException,CSSCompileException,InboundSmsParameterException,InvalidSecurityAnswerException,InvalidTokenException,LicenseAuthenticationException,LicenseServerOfflineException,LoginException,MaxTokenActivationAttemptsException,OutOfStockException,PosPayerException,ReportExecutionException,ResponseException,SmsOperationException,TokenAlreadyInUseException,TransferException,VoucherException
public abstract class BusinessException extends CyclosException
Base exception for service-specific business exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessException()BusinessException(String message)BusinessException(String message, Throwable cause)BusinessException(Throwable cause)
-
Method Summary
-
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
-
-