public class AWSSchemaRegistryException extends RuntimeException
| Constructor and Description |
|---|
AWSSchemaRegistryException()
Constructs a new runtime exception with
null as its detail message. |
AWSSchemaRegistryException(String message)
Constructs a new runtime exception with the specified detail message.
|
AWSSchemaRegistryException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and
cause.
|
AWSSchemaRegistryException(Throwable cause)
Constructs a new runtime exception with the specified cause and a detail
message of cause.
|
AWSSchemaRegistryException(Throwable cause,
UUID schemaVersionId)
Constructs a new runtime exception with
null as its detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AWSSchemaRegistryException()
null as its detail message.public AWSSchemaRegistryException(Throwable cause, UUID schemaVersionId)
null as its detail message.cause - original exceptionschemaVersionId - schema version id for contextpublic AWSSchemaRegistryException(String message)
message - the detail message.public AWSSchemaRegistryException(String message, Throwable cause)
message - the detail message.cause - the cause.public AWSSchemaRegistryException(Throwable cause)
cause - the causeCopyright © 2024. All rights reserved.