Class CesopDuplicatePayeeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.europa.ec.taxud.cesop.validation.CesopDuplicatePayeeException
-
- All Implemented Interfaces:
Serializable
public class CesopDuplicatePayeeException extends RuntimeException
The type Cesop duplicate payee exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CesopDuplicatePayeeException(String message)
Instantiates a new Cesop duplicate payee exception.CesopDuplicatePayeeException(String message, Throwable cause)
Instantiates a new Cesop duplicate payee exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CesopDuplicatePayeeException
public CesopDuplicatePayeeException(String message)
Instantiates a new Cesop duplicate payee exception.- Parameters:
message
- the message
-
-