public class DominoException
extends com.ibm.commons.util.AbstractException
A generic exception representing an underlying error code from the Domino API. The
exception's message will be the error message returned by the underlying API and the
original error code can be accessed via getStatus()
.
Modifier and Type | Class and Description |
---|---|
static class |
DominoException.DominoExceptionWithoutStackTrace |
Constructor and Description |
---|
DominoException(Throwable nextException) |
DominoException(Throwable nextException,
int status,
String msg,
Object... params) |
DominoException(Throwable nextException,
String msg,
Object... params) |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
getCause, initCause, printExtraInformation, printExtraInformation
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DominoException(Throwable nextException)
Copyright © 2014–2018. All rights reserved.