Class DCCSchemaValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.domibus.connector.client.schema.validation.DCCSchemaValidationException
-
- All Implemented Interfaces:
Serializable
public class DCCSchemaValidationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DCCSchemaValidationException()
DCCSchemaValidationException(String arg0)
DCCSchemaValidationException(String arg0, Throwable arg1)
DCCSchemaValidationException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
DCCSchemaValidationException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-