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 SummaryConstructors 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ProfileStorageExceptionpublic ProfileStorageException(String message) Constructs a new instance.- Parameters:
- cause- cause, not- null
 
 - 
ProfileStorageExceptionpublic ProfileStorageException(String message, Throwable cause) Constructs a new instance.- Parameters:
- message- message, not- null
- cause- cause, not- null
 
 - 
ProfileStorageExceptionpublic ProfileStorageException(Throwable cause) Constructs a new instance.- Parameters:
- cause- cause, not- null
 
 
- 
 
-