|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--inspireit.uddi.util.validators.ValidationException
|
+--inspireit.uddi.util.validators.BusinessEntityException
BusinessEntity exception class to indicate an invalid BusinessEntity instance.
| Field Summary | |
static int |
AUTHORIZEDNAME
Constant for an exception on a AuthorizedName. |
static int |
BINDINGKEY
Constant for an exception on a BusinessKey. |
protected BusinessEntity |
businessEntity
BusinessEntity that caused the exception to be thrown. |
static int |
BUSINESSENTITY
Constant for an exception on the BusinessEntity itself. |
static int |
BUSINESSSERVICES
Constant for an exception on a BusinessServices. |
static int |
CATEGORYBAG
Constant for an exception on a CategoryBag. |
static int |
CONTACTS
Constant for an exception on a Contacts. |
static int |
DESCRIPTION
Constant for an exception on a Description. |
static int |
DISCOVERYURLS
Constant for an exception on a DiscoveryURLs. |
static int |
IDENTIFIERBAG
Constant for an exception on a IdentifierBag. |
static int |
NAME
Constant for an exception on a Name. |
static int |
OPERATOR
Constant for an exception on a Operator. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
BusinessEntityException(BusinessEntityException[] exceptions)
BusinessEntityException constructor. |
|
BusinessEntityException(BusinessEntity businessEntity,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException ve)
BusinessEntityException constructor. |
|
| Method Summary | |
BusinessEntity |
getBusinessEntity()
Gets the BusinessEntity that caused the exception to be thrown. |
| Methods inherited from class inspireit.uddi.util.validators.ValidationException |
getExceptions, getFaulty, getMessage, getSubException, getType |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 int BUSINESSENTITY
public static final int BINDINGKEY
public static final int AUTHORIZEDNAME
public static final int OPERATOR
public static final int DISCOVERYURLS
public static final int NAME
public static final int DESCRIPTION
public static final int CONTACTS
public static final int BUSINESSSERVICES
public static final int IDENTIFIERBAG
public static final int CATEGORYBAG
protected BusinessEntity businessEntity
| Constructor Detail |
public BusinessEntityException(BusinessEntity businessEntity,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException ve)
businessEntity - The BusinessEntity that caused the exception to be thrown.type - The exception type.message - An informational message.faulty - The faulty object.public BusinessEntityException(BusinessEntityException[] exceptions)
exceptions - List of exceptions that have been thrown.| Method Detail |
public BusinessEntity getBusinessEntity()
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||