org.hudsonci.utils.tasks
Class OperationFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
OperationFailure()
           
OperationFailure(String s)
           
OperationFailure(String s, Throwable throwable)
           
OperationFailure(Throwable throwable)
           
 
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

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.