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
public class ProfileStorageException extends RuntimeException
Exception that is being thrown by {@link ICheckRepository)} in case of errors during the check settings profile storage operations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileStorageException(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 Detail
-
ProfileStorageException
public ProfileStorageException(String message)
Constructs a new instance.- Parameters:
cause
- cause, notnull
-
ProfileStorageException
public ProfileStorageException(String message, Throwable cause)
Constructs a new instance.- Parameters:
message
- message, notnull
cause
- cause, notnull
-
ProfileStorageException
public ProfileStorageException(Throwable cause)
Constructs a new instance.- Parameters:
cause
- cause, notnull
-
-