Package com.e1c.g5.v8.dt.check.settings
Class ProfileStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.g5.v8.dt.check.settings.ProfileStorageException
- All Implemented Interfaces:
Serializable
Exception that is being thrown by {@link ICheckRepository)} in case of errors during the
check settings profile storage operations
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProfileStorageException
(String message) Constructs a new instance.ProfileStorageException
(String message, Throwable cause) Constructs a new instance.ProfileStorageException
(Throwable cause) Constructs a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProfileStorageException
Constructs a new instance.- Parameters:
cause
- cause, notnull
-
ProfileStorageException
Constructs a new instance.- Parameters:
message
- message, notnull
cause
- cause, notnull
-
ProfileStorageException
Constructs a new instance.- Parameters:
cause
- cause, notnull
-