org.apache.maven.repository.metadata
Class MetadataGraphTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.repository.metadata.MetadataGraphTransformationException
All Implemented Interfaces:
Serializable

public class MetadataGraphTransformationException
extends Exception

Author:
Oleg Gusakov
See Also:
Serialized Form

Constructor Summary
MetadataGraphTransformationException()
           
MetadataGraphTransformationException(String message)
           
MetadataGraphTransformationException(String message, Throwable cause)
           
MetadataGraphTransformationException(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

MetadataGraphTransformationException

public MetadataGraphTransformationException()

MetadataGraphTransformationException

public MetadataGraphTransformationException(String message)

MetadataGraphTransformationException

public MetadataGraphTransformationException(Throwable cause)

MetadataGraphTransformationException

public MetadataGraphTransformationException(String message,
                                            Throwable cause)


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.