Class DataInclusionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.externaldata.data.DataInclusionException
- All Implemented Interfaces:
Serializable
Data inclusion exception, used whenever there is an error specific to the plugin.
- See Also:
-
Constructor Summary
ConstructorDescriptionData inclusion exception.DataInclusionException
(String message) Data inclusion exception.DataInclusionException
(String message, Throwable cause) Data inclusion exception.DataInclusionException
(Throwable cause) Data inclusion exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataInclusionException
public DataInclusionException()Data inclusion exception. -
DataInclusionException
Data inclusion exception.- Parameters:
message
- the error messagecause
- the exception's cause
-
DataInclusionException
Data inclusion exception.- Parameters:
message
- the error message
-
DataInclusionException
Data inclusion exception.- Parameters:
cause
- the exception's cause
-