hudson.plugins.starteam
Class StarTeamSCMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hudson.plugins.starteam.StarTeamSCMException
All Implemented Interfaces:
java.io.Serializable

public class StarTeamSCMException
extends java.lang.Exception

This exception signals an error with StarTeam SCM.

Author:
Ilkka Laukkanen
See Also:
Serialized Form

Constructor Summary
StarTeamSCMException(java.lang.String message)
           
StarTeamSCMException(java.lang.String message, java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StarTeamSCMException

public StarTeamSCMException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message -
cause -

StarTeamSCMException

public StarTeamSCMException(java.lang.String message)
Parameters:
message -


Copyright © 2009. All Rights Reserved.