Class RepositoryLockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.studio.api.v2.exception.RepositoryLockedException
All Implemented Interfaces:
Serializable

public class RepositoryLockedException extends RuntimeException
See Also:
  • Constructor Details

    • RepositoryLockedException

      public RepositoryLockedException()
    • RepositoryLockedException

      public RepositoryLockedException(String message)
    • RepositoryLockedException

      public RepositoryLockedException(String message, Throwable cause)
    • RepositoryLockedException

      public RepositoryLockedException(Throwable cause)
    • RepositoryLockedException

      public RepositoryLockedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)