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:
  • Constructor Details

    • ProfileStorageException

      public ProfileStorageException(String message)
      Constructs a new instance.
      Parameters:
      cause - cause, not null
    • ProfileStorageException

      public ProfileStorageException(String message, Throwable cause)
      Constructs a new instance.
      Parameters:
      message - message, not null
      cause - cause, not null
    • ProfileStorageException

      public ProfileStorageException(Throwable cause)
      Constructs a new instance.
      Parameters:
      cause - cause, not null