Class CesopTooManyErrorsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.europa.ec.taxud.cesop.validation.CesopTooManyErrorsException
-
- All Implemented Interfaces:
Serializable
public class CesopTooManyErrorsException extends RuntimeException
The type Cesop too many errors exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CesopTooManyErrorsException(String message)
Instantiates a new Cesop too many errors exception.CesopTooManyErrorsException(String message, Throwable cause)
Instantiates a new Cesop too many errors 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
-
CesopTooManyErrorsException
public CesopTooManyErrorsException(String message)
Instantiates a new Cesop too many errors exception.- Parameters:
message
- the message
-
-