|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.serviceregistry.ServiceRegistryException
com.ibm.serviceregistry.persistence.PersistenceException
com.ibm.serviceregistry.exception.admin.ConfigItemException
public class ConfigItemException
Represents various configuration item exceptions at the persistence layer.
| Field Summary | |
|---|---|
static java.lang.String |
copyrightStatement
|
| Fields inherited from class com.ibm.serviceregistry.ServiceRegistryException |
|---|
messageResource, messageResourceLoader, PROPERTY_BSRURI, rollbackOnly |
| Constructor Summary | |
|---|---|
ConfigItemException(ConfigItemExceptionType type)
Constructor taking exception type, which must come from the ConfigExceptionType enumeration. |
|
ConfigItemException(ConfigItemExceptionType type,
java.lang.Object[] inserts)
Constructor taking exception type and message inserts. |
|
ConfigItemException(ConfigItemExceptionType type,
java.lang.Object[] inserts,
java.lang.Throwable cause)
Constructor taking exception type, message inserts and cause exception. |
|
| Method Summary | |
|---|---|
ConfigItemExceptionType |
getExceptionType()
Returns the exception type. |
AdminException |
toAdminException()
Creates an AdminException from this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyrightStatement
| Constructor Detail |
|---|
public ConfigItemException(ConfigItemExceptionType type)
ConfigExceptionType enumeration.
type - public ConfigItemException(ConfigItemExceptionType type,
java.lang.Object[] inserts)
ConfigExceptionType enumeration.
type - inserts - public ConfigItemException(ConfigItemExceptionType type,
java.lang.Object[] inserts,
java.lang.Throwable cause)
ConfigExceptionType enumeration.
type - inserts - cause - | Method Detail |
|---|
public ConfigItemExceptionType getExceptionType()
public AdminException toAdminException()
AdminException from this exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||