Package org.cyclos.model.banking
Class PosPayerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.banking.PosPayerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PosPayerInaccessiblePrincipalException,PosPayerNotInChannelException,PosPayerNotOperativeException
public abstract class PosPayerException extends BusinessException
Base class for exceptions when attempting to receive a payment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PosPayerException()
-
Method Summary
-
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
-
-