org.apache.maven.wagon
Class ResourceDoesNotExistException

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.ResourceDoesNotExistException
All Implemented Interfaces:
Serializable

public class ResourceDoesNotExistException
extends WagonException

Version:
$Id: ResourceDoesNotExistException.java 573459 2007-09-07 05:14:49Z brett $
Author:
Michal Maczka
See Also:
Serialized Form

Constructor Summary
ResourceDoesNotExistException(String message)
           
ResourceDoesNotExistException(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

ResourceDoesNotExistException

public ResourceDoesNotExistException(String message)
Parameters:
message -

ResourceDoesNotExistException

public ResourceDoesNotExistException(String message,
                                     Throwable cause)
Parameters:
message -
cause -


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