Class RemoteRepositoryNotFoundException

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

public class RemoteRepositoryNotFoundException extends Exception
See Also:
  • Constructor Details

    • RemoteRepositoryNotFoundException

      public RemoteRepositoryNotFoundException()
    • RemoteRepositoryNotFoundException

      public RemoteRepositoryNotFoundException(String message)
    • RemoteRepositoryNotFoundException

      public RemoteRepositoryNotFoundException(String message, Throwable cause)
    • RemoteRepositoryNotFoundException

      public RemoteRepositoryNotFoundException(Throwable cause)
    • RemoteRepositoryNotFoundException

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