Class RemoteAlreadyExistsException

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

public class RemoteAlreadyExistsException extends ServiceLayerException
See Also:
  • Constructor Details

    • RemoteAlreadyExistsException

      public RemoteAlreadyExistsException()
    • RemoteAlreadyExistsException

      public RemoteAlreadyExistsException(Exception e)
    • RemoteAlreadyExistsException

      public RemoteAlreadyExistsException(String message)
    • RemoteAlreadyExistsException

      public RemoteAlreadyExistsException(String message, Exception e)