Class S3BucketNotConfiguredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.core.exception.CrafterException
org.craftercms.engine.exception.s3.S3BucketNotConfiguredException
- All Implemented Interfaces:
Serializable
public class S3BucketNotConfiguredException
extends org.craftercms.core.exception.CrafterException
Throw when bucket not configured
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_EXCEPTION_MESSAGE
- See Also:
-
-
Constructor Details
-
S3BucketNotConfiguredException
public S3BucketNotConfiguredException()
-