Package org.apache.maven.scm
Class ScmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.scm.ScmException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 NoSuchCommandScmException,NoSuchScmProviderException,ScmRepositoryException
- Author:
 - Emmanuel Venisse
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ScmException
- Parameters:
 message- the message could be null
 - 
ScmException
- Parameters:
 message- the message could be nullcause- the cause could be null
 
 -