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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final long
Base exception for all services. -
Constructor Summary
ConstructorsConstructorDescriptionServiceLayerException
(String message) ServiceLayerException
(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDBase exception for all services.- See Also:
-
-
Constructor Details
-
ServiceLayerException
public ServiceLayerException() -
ServiceLayerException
-
ServiceLayerException
-
ServiceLayerException
-