Class RemoteRepositoryNotBareException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotBareException
All Implemented Interfaces:
Serializable

public class RemoteRepositoryNotBareException extends Exception
See Also:
  • Constructor Details

    • RemoteRepositoryNotBareException

      public RemoteRepositoryNotBareException()
    • RemoteRepositoryNotBareException

      public RemoteRepositoryNotBareException(String message)
    • RemoteRepositoryNotBareException

      public RemoteRepositoryNotBareException(String message, Throwable cause)
    • RemoteRepositoryNotBareException

      public RemoteRepositoryNotBareException(Throwable cause)
    • RemoteRepositoryNotBareException

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