org.apache.maven.mercury.artifact.version
Class AttributeQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mercury.artifact.version.AttributeQueryException
All Implemented Interfaces:
java.io.Serializable

public class AttributeQueryException
extends java.lang.Exception

Version:
$Id: AttributeQueryException.java 744245 2009-02-13 21:23:44Z hboutemy $
Author:
Oleg Gusakov
See Also:
Serialized Form

Constructor Summary
AttributeQueryException()
           
AttributeQueryException(java.lang.String message)
           
AttributeQueryException(java.lang.String message, java.lang.Throwable cause)
           
AttributeQueryException(java.lang.Throwable cause)
           
 
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

AttributeQueryException

public AttributeQueryException()

AttributeQueryException

public AttributeQueryException(java.lang.String message)
Parameters:
message -

AttributeQueryException

public AttributeQueryException(java.lang.Throwable cause)
Parameters:
cause -

AttributeQueryException

public AttributeQueryException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.