|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.tc.complib.validate.ValidationException
|
+--com.sap.tc.complib.validate.NoBuildServerDefinedException
This is exception indicates that a CBS would be needed for consistency but none is defined. (For example if a compartmnet has a source state of type "activation").
| Constructor Summary | |
NoBuildServerDefinedException(java.lang.String message)
Creates a NoBuildServerDefinedException with message String |
|
NoBuildServerDefinedException(java.lang.String message,
java.lang.Throwable cause)
Creates a NoBuildServerDefinedException with message String and causing exception |
|
| Methods inherited from class com.sap.tc.complib.validate.ValidationException |
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NoBuildServerDefinedException(java.lang.String message)
NoBuildServerDefinedException with message Stringmessage - the exception message
public NoBuildServerDefinedException(java.lang.String message,
java.lang.Throwable cause)
NoBuildServerDefinedException with message String and causing exceptionmessage - the exception messagecause - the exception that caused this one
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||