Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib.validate
Class NoBuildServerDefinedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.tc.complib.validate.ValidationException
                    |
                    +--com.sap.tc.complib.validate.NoBuildServerDefinedException
All Implemented Interfaces:
java.io.Serializable

public class NoBuildServerDefinedException
extends ValidationException

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").

See Also:
Serialized Form

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

NoBuildServerDefinedException

public NoBuildServerDefinedException(java.lang.String message)
Creates a NoBuildServerDefinedException with message String
Parameters:
message - the exception message

NoBuildServerDefinedException

public NoBuildServerDefinedException(java.lang.String message,
                                     java.lang.Throwable cause)
Creates a NoBuildServerDefinedException with message String and causing exception
Parameters:
message - the exception message
cause - the exception that caused this one

Copyright @ 2002 SAP. All Rights Reserved.