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