|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.dotnet.RepositoryNotFoundException
public class RepositoryNotFoundException
Exception class thrown when a Repository does not exist in the registry.
| 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 |
|---|
public RepositoryNotFoundException()
RepositoryNotFoundException with no exception message.
public RepositoryNotFoundException(java.lang.String message)
RepositoryNotFoundException with the specified exception message.
message - the exception message
public RepositoryNotFoundException(java.lang.String message,
java.lang.Throwable cause)
RepositoryNotFoundException with the specified exception message and cause of the exception.
message - the exception messagecause - the cause of the exceptionpublic RepositoryNotFoundException(java.lang.Throwable cause)
RepositoryNotFoundException/code> with the cause of the exception.
- Parameters:
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||