org.hudsonci.utils.tasks
Class OperationFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hudsonci.utils.tasks.OperationFailure
- All Implemented Interfaces:
- Serializable
public class OperationFailure
- extends RuntimeException
Throw when an operation has failed.
- Since:
- 2.1.0
- Author:
- Jason Dillon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationFailure
public OperationFailure()
OperationFailure
public OperationFailure(String s)
OperationFailure
public OperationFailure(String s,
Throwable throwable)
OperationFailure
public OperationFailure(Throwable throwable)
Copyright © 2004-2011 Hudson. All Rights Reserved.