|
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.BusinessServiceException
BusinessService exception class to indicate an invalid BusinessService instance.
| Field Summary | |
static int |
BINDINGTEMPLATE
Constant for an exception on a BindingTemplate. |
static int |
BUSINESSKEY
Constant for an exception on a BusinessKey. |
protected BusinessService |
businessService
BusinessService that caused the exception to be thrown. |
static int |
CATEGORYBAG
Constant for an exception on a CategoryBag. |
static int |
DESCRIPTION
Constant for an exception on a Description. |
static int |
NAME
Constant for an exception on a Name. |
static int |
SERVICEKEY
Constant for an exception on a ServiceKey. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
BusinessServiceException(BusinessServiceException[] exceptions)
BusinessServiceException constructor. |
|
BusinessServiceException(BusinessService businessService,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException ve)
BusinessServiceException constructor. |
|
| Method Summary | |
BusinessService |
getBusinessService()
Gets the BusinessService 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 BUSINESSKEY
public static final int SERVICEKEY
public static final int NAME
public static final int DESCRIPTION
public static final int BINDINGTEMPLATE
public static final int CATEGORYBAG
protected BusinessService businessService
| Constructor Detail |
public BusinessServiceException(BusinessService businessService,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException ve)
businessService - The BusinessService that caused the exception to be thrown.type - The exception type.message - An informational message.faulty - The faulty object.public BusinessServiceException(BusinessServiceException[] exceptions)
exceptions - List of exceptions that have been thrown.| Method Detail |
public BusinessService getBusinessService()
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||