hudson.lifecycle
Class RestartNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RestartNotSupportedException
public RestartNotSupportedException(String reason)
RestartNotSupportedException
public RestartNotSupportedException(String reason,
Throwable cause)
Copyright © 2004-2013. All Rights Reserved.