com.dtolabs.rundeck.core.execution.service
Class FileCopierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.execution.service.FileCopierException
All Implemented Interfaces:
java.io.Serializable

public class FileCopierException
extends java.lang.Exception

FileCopierException is ...

See Also:
Serialized Form

Constructor Summary
FileCopierException(java.lang.String msg, FailureReason failureReason)
           
FileCopierException(java.lang.String msg, FailureReason failureReason, java.lang.Exception cause)
           
 
Method Summary
 FailureReason getFailureReason()
           
 
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

FileCopierException

public FileCopierException(java.lang.String msg,
                           FailureReason failureReason)

FileCopierException

public FileCopierException(java.lang.String msg,
                           FailureReason failureReason,
                           java.lang.Exception cause)
Method Detail

getFailureReason

public FailureReason getFailureReason()