Class 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 Detail

      • 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