Class UnsupportedProtocolException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedProtocolException
    extends WagonException
    This exception is thrown when no Wagon provider is supporting protocol required by some repository
    Author:
    Michal Maczka
    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

      • UnsupportedProtocolException

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

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