Class FileStoreConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.filestore.FileStoreConfigurationException
All Implemented Interfaces:
Serializable

public class FileStoreConfigurationException extends RuntimeException
Exception thrown when a file store is misconfigured.

The message should assist the administrator in diagnosing the problem. It is safe to assume that message strings will not be sent to the client, and will only be logged in the application logs.

Since:
9.3
See Also:
  • Constructor Details

    • FileStoreConfigurationException

      public FileStoreConfigurationException(@Nonnull String message)
    • FileStoreConfigurationException

      public FileStoreConfigurationException(@Nonnull String message, @Nonnull Throwable cause)