Package org.cyclos.model.banking
Class PosPayerInaccessiblePrincipalException
- 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
-
- org.cyclos.model.banking.PosPayerInaccessiblePrincipalException
-
- All Implemented Interfaces:
Serializable
public class PosPayerInaccessiblePrincipalException extends PosPayerException
Exception thrown when the payer cannot be found because the used principal is not available in the POS channel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PosPayerInaccessiblePrincipalException()PosPayerInaccessiblePrincipalException(PrincipalTypeVO principalType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrincipalTypeVOgetPrincipalType()voidsetPrincipalType(PrincipalTypeVO principalType)-
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
-
PosPayerInaccessiblePrincipalException
public PosPayerInaccessiblePrincipalException()
-
PosPayerInaccessiblePrincipalException
public PosPayerInaccessiblePrincipalException(PrincipalTypeVO principalType)
-
-
Method Detail
-
getPrincipalType
public PrincipalTypeVO getPrincipalType()
-
setPrincipalType
public void setPrincipalType(PrincipalTypeVO principalType)
-
-