Class CommandExecutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommandExecutionException
    extends WagonException
    Exception which should be thrown when a command fails to execute on the repository.
    Author:
    Brett Porter
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommandExecutionException

        public CommandExecutionException​(java.lang.String message)
        See Also:
        WagonException
      • CommandExecutionException

        public CommandExecutionException​(java.lang.String message,
                                         java.lang.Throwable cause)
        See Also:
        WagonException