Package org.ametys.core.datasource
Class UnknownDataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.core.datasource.UnknownDataSourceException
- All Implemented Interfaces:
Serializable
Exception representing the absence of a data source
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor without argumentsConstructor with a messageUnknownDataSourceException
(String msg, Throwable cause) Constructor with the message and the causeConstructor with the message and the cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownDataSourceException
public UnknownDataSourceException()Constructor without arguments -
UnknownDataSourceException
Constructor with a message- Parameters:
msg
- The exception message
-
UnknownDataSourceException
Constructor with the message and the cause- Parameters:
cause
- the cause of the exception
-
UnknownDataSourceException
Constructor with the message and the cause- Parameters:
msg
- the exception messagecause
- the cause of the exception
-