public class SchemaAlreadyExistsException extends AlreadyExistsException
Constructor and Description |
---|
SchemaAlreadyExistsException(java.lang.String message,
java.lang.Object... args)
Constructs a new SchemaAlreadyExistsException.
|
SchemaAlreadyExistsException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args)
Constructs a new SchemaAlreadyExistsException.
|
@FormatMethod public SchemaAlreadyExistsException(@FormatString java.lang.String message, java.lang.Object... args)
message
- the detail message.args
- the arguments to the message.@FormatMethod public SchemaAlreadyExistsException(java.lang.Throwable cause, @FormatString java.lang.String message, java.lang.Object... args)
cause
- the cause.message
- the detail message.args
- the arguments to the message.