org.apache.maven.dotnet
Class RepositoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.dotnet.RepositoryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryNotFoundException
extends java.lang.Exception

Exception class thrown when a Repository does not exist in the registry.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
RepositoryNotFoundException()
          Constructs an RepositoryNotFoundException with no exception message.
RepositoryNotFoundException(java.lang.String message)
          Constructs an RepositoryNotFoundException with the specified exception message.
RepositoryNotFoundException(java.lang.String message, java.lang.Throwable cause)
          Constructs an RepositoryNotFoundException with the specified exception message and cause of the exception.
RepositoryNotFoundException(java.lang.Throwable cause)
          Constructs an RepositoryNotFoundException/code> with the cause of the exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryNotFoundException

public RepositoryNotFoundException()
Constructs an RepositoryNotFoundException with no exception message.


RepositoryNotFoundException

public RepositoryNotFoundException(java.lang.String message)
Constructs an RepositoryNotFoundException with the specified exception message.

Parameters:
message - the exception message

RepositoryNotFoundException

public RepositoryNotFoundException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs an RepositoryNotFoundException with the specified exception message and cause of the exception.

Parameters:
message - the exception message
cause - the cause of the exception

RepositoryNotFoundException

public RepositoryNotFoundException(java.lang.Throwable cause)
Constructs an RepositoryNotFoundException/code> with the cause of the exception.

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.