Package com.adobe.testing.s3mock.vectors
Class S3VectorsException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class S3VectorsException extends RuntimeException
RuntimeException to communicate S3 Vectors errors. Handled by com.adobe.testing.s3mock.vectors.controller.VectorsControllerConfiguration.S3VectorsExceptionHandler, mapped to a JSON error body with
__typeandmessagefields. API Reference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classS3VectorsException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integerstatusprivate final Stringtypeprivate final Stringmessageprivate final Throwablecauseprivate final StringlocalizedMessageprivate final Array<Throwable>suppressedprivate Array<StackTraceElement>stackTracepublic final static S3VectorsException.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description S3VectorsException(Integer status, String type, String message)
-
Method Summary
Modifier and Type Method Description final IntegergetStatus()final StringgetType()StringgetMessage()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-