org.modeshape.maven
Class MavenRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.maven.MavenRepositoryException
All Implemented Interfaces:
Serializable

public class MavenRepositoryException
extends RuntimeException

An configuration or system failure exception.

See Also:
Serialized Form

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

MavenRepositoryException

public MavenRepositoryException()

MavenRepositoryException

public MavenRepositoryException(String message,
                                Throwable cause)
Parameters:
message -
cause -

MavenRepositoryException

public MavenRepositoryException(String message)
Parameters:
message -

MavenRepositoryException

public MavenRepositoryException(Throwable cause)
Parameters:
cause -


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.