- ObjectAlreadyExistsException - Exception in com.ibm.openpages.api
-
Exception thrown when trying to create an object that already exists.
- ObjectAlreadyExistsException() - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with null
as its
detail message.
- ObjectAlreadyExistsException(String) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the specified detail message.
- ObjectAlreadyExistsException(String, Throwable) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the specified detail message and
cause.
- ObjectAlreadyExistsException(Throwable) - Constructor for exception com.ibm.openpages.api.ObjectAlreadyExistsException
-
Constructs a new ObjectAlreadyExistsException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- ObjectNotFoundException - Exception in com.ibm.openpages.api
-
Thrown to indicate that an object was not found.
- ObjectNotFoundException() - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with null
as its
detail message.
- ObjectNotFoundException(String) - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with the specified detail message.
- ObjectNotFoundException(String, Throwable) - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with the specified detail message and
cause.
- ObjectNotFoundException(Throwable) - Constructor for exception com.ibm.openpages.api.ObjectNotFoundException
-
Constructs a new ObjectNotFoundException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- OpenPagesException - Exception in com.ibm.openpages.api
-
Root of all runtime exceptions that can be thrown from the OpenPages public API.
- OpenPagesException() - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with null
as its
detail message.
- OpenPagesException(String) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the specified detail message.
- OpenPagesException(String, Throwable) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the specified detail message and
cause.
- OpenPagesException(Throwable) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the specified cause and a
detail message of (cause==null ? null : cause.toString()),
which typically contains the class and detail message of
cause.
- OpenPagesException(ErrorCode, List<Object>) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the OpenPages Error Message as its
detail message for the specified code.
- OpenPagesException(ErrorCode, List<Object>, Throwable) - Constructor for exception com.ibm.openpages.api.OpenPagesException
-
Constructs a new OpenPagesException with the OpenPages Error Message as its
detail message for the specified code and cause.