public final class PutOperationException extends GenericCodedException
| Constructor and Description |
|---|
PutOperationException(EnumErrorCatalog err,
java.lang.Exception cause,
java.lang.String... args)
Creates a new exception with the given error.
|
PutOperationException(EnumErrorCatalog err,
java.lang.String... args)
Creates a new exception with the given error.
|
PutOperationException(GenericCodedException other)
Creates a new exception using the code and message of other GenericCodedException.
|
getCodepublic PutOperationException(EnumErrorCatalog err, java.lang.String... args)
err - Error raised by the operation.args - Optional arguments for the text error message.public PutOperationException(EnumErrorCatalog err, java.lang.Exception cause, java.lang.String... args)
err - Error raised by the operation.cause - Exception that caused this error.args - Optional arguments for the text error message.public PutOperationException(GenericCodedException other)
other - codedException which data we want to use.