Package com.nirro.konfi.exception
Class SourceAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nirro.konfi.exception.SourceAccessException
- All Implemented Interfaces:
Serializable
A
SourceAccessException
is thrown when unable
to receive properties from source- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new source access exceptionSourceAccessException
(String message) Creates a new source access exceptionSourceAccessException
(String message, Throwable cause) Creates a new source access exceptionSourceAccessException
(Throwable cause) Creates a new source access 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
-
SourceAccessException
public SourceAccessException()Creates a new source access exception -
SourceAccessException
Creates a new source access exception- Parameters:
message
- detailed message
-
SourceAccessException
Creates a new source access exception- Parameters:
message
- detailed messagecause
- cause
-
SourceAccessException
Creates a new source access exception- Parameters:
cause
- cause
-