org.apache.maven.dotnet.artifact
Class ArtifactException

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

public class ArtifactException
extends java.lang.Exception

Thrown to indicate an artifact exception.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
ArtifactException()
          Constructs an ArtifactException with no exception message.
ArtifactException(java.lang.String message)
          Constructs an ArtifactException with the specified exception message.
ArtifactException(java.lang.String message, java.lang.Throwable cause)
          Constructs an ArtifactException with the specified exception message and cause of the exception.
ArtifactException(java.lang.Throwable cause)
          Constructs an ArtifactException 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

ArtifactException

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


ArtifactException

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

Parameters:
message - the exception message

ArtifactException

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

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

ArtifactException

public ArtifactException(java.lang.Throwable cause)
Constructs an ArtifactException with the cause of the exception.

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.