com.ibm.team.fvt.tests.clm.pages.clm
Class ClmNotAllowedOperationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by junit.framework.AssertionFailedError
                  extended by com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError
                      extended by com.ibm.team.fvt.tests.clm.pages.clm.ClmNotAllowedOperationError
All Implemented Interfaces:
java.io.Serializable

public class ClmNotAllowedOperationError
extends com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError

Error to report not allowed CLM operation.

See Also:
Serialized Form

Constructor Summary
ClmNotAllowedOperationError(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClmNotAllowedOperationError

public ClmNotAllowedOperationError(java.lang.String message)