hudson.plugins.accurev
Class AccurevLauncher.UnhandledAccurevCommandOutput

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hudson.plugins.accurev.AccurevLauncher.UnhandledAccurevCommandOutput
All Implemented Interfaces:
Serializable
Enclosing class:
AccurevLauncher

public static final class AccurevLauncher.UnhandledAccurevCommandOutput
extends Exception

Exception that can be throw if the AccuRev command's output cannot be parsed or is otherwise invalid.

See Also:
Serialized Form

Constructor Summary
AccurevLauncher.UnhandledAccurevCommandOutput(String message)
           
AccurevLauncher.UnhandledAccurevCommandOutput(String message, Throwable cause)
           
AccurevLauncher.UnhandledAccurevCommandOutput(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

AccurevLauncher.UnhandledAccurevCommandOutput

public AccurevLauncher.UnhandledAccurevCommandOutput(String message,
                                                     Throwable cause)

AccurevLauncher.UnhandledAccurevCommandOutput

public AccurevLauncher.UnhandledAccurevCommandOutput(String message)

AccurevLauncher.UnhandledAccurevCommandOutput

public AccurevLauncher.UnhandledAccurevCommandOutput(Throwable cause)


Copyright © 2004-2013. All Rights Reserved.