org.apache.maven.wagon
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.wagon.WagonException
              extended by org.apache.maven.wagon.ConnectionException
All Implemented Interfaces:
Serializable

public class ConnectionException
extends WagonException

The exception is thrown when a connection to repository cannot be established or open connection cannot be closed.

Version:
$Id: ConnectionException.java 682051 2008-08-02 21:29:38Z hboutemy $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
ConnectionException(String message)
           
ConnectionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.wagon.WagonException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException(String message)
See Also:
WagonException

ConnectionException

public ConnectionException(String message,
                           Throwable cause)
See Also:
WagonException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.