public class SchemaNotFoundException extends RuntimeException
Constructor and Description |
---|
SchemaNotFoundException(String schemaId) |
SchemaNotFoundException(String schemaId,
String schemaVersion) |
Modifier and Type | Method and Description |
---|---|
String |
getSchemaId()
Returns the ID of the schema that could not be found.
|
String |
getSchemaVersion()
Returns the version of the schema that could not be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SchemaNotFoundException(String schemaId)
Copyright © 2019. All rights reserved.