hudson.lifecycle
Class RestartNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hudson.lifecycle.RestartNotSupportedException
All Implemented Interfaces:
Serializable

public class RestartNotSupportedException
extends Exception

Indicates that the Lifecycle doesn't support restart.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
RestartNotSupportedException(String reason)
           
RestartNotSupportedException(String reason, 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

RestartNotSupportedException

public RestartNotSupportedException(String reason)

RestartNotSupportedException

public RestartNotSupportedException(String reason,
                                    Throwable cause)


Copyright © 2004-2013. All Rights Reserved.