Class ServiceLayerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.ServiceLayerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssetProcessingException, AwsException, BlobNotFoundException, BlobStoreNotWritableModeException, CommitNotFoundException, CompositeException, ConfigurationException, ContentExistException, ContentLockedByAnotherUserException, ContentMoveInvalidLocation, ContentNotFoundException, ContentProcessException, DeployerTargetException, EnvironmentNotFoundException, ImageTransformationException, InvalidParametersException, LoggerNotFoundException, MarketplaceException, NoChangesForPathException, PasswordRequirementsFailedException, PublishedRepositoryNotFoundException, PublishingPackageNotFoundException, PullFromRemoteConflictException, RemoteAlreadyExistsException, RetryingOperationErrorException, SiteAlreadyExistsException, SiteCreationException, SiteNotFoundException, ValidationException, WebDavException

public class ServiceLayerException extends Exception
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      Base exception for all services.
      See Also:
  • Constructor Details

    • ServiceLayerException

      public ServiceLayerException()
    • ServiceLayerException

      public ServiceLayerException(Throwable e)
    • ServiceLayerException

      public ServiceLayerException(String message)
    • ServiceLayerException

      public ServiceLayerException(String message, Exception e)