Class WagonConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    WagonConfigurationException

    public class WagonConfigurationException
    extends org.apache.maven.wagon.TransferFailedException
    WagonConfigurationException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOriginalMessage()  
      java.lang.String getRepositoryId()  
      • Methods inherited from class org.apache.maven.wagon.WagonException

        getCause, initCause
      • 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
    • Field Detail

      • originalMessage

        private final java.lang.String originalMessage
      • repositoryId

        private final java.lang.String repositoryId
    • Constructor Detail

      • WagonConfigurationException

        public WagonConfigurationException​(java.lang.String repositoryId,
                                           java.lang.String message,
                                           java.lang.Throwable cause)
      • WagonConfigurationException

        public WagonConfigurationException​(java.lang.String repositoryId,
                                           java.lang.String message)
    • Method Detail

      • getRepositoryId

        public final java.lang.String getRepositoryId()
      • getOriginalMessage

        public final java.lang.String getOriginalMessage()