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
public class ScmException extends Exception
- Author:
- Emmanuel Venisse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScmException(String message)ScmException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScmException
public ScmException(String message)
- Parameters:
message- the message could be null
-
ScmException
public ScmException(String message, Throwable cause)
- Parameters:
message- the message could be nullcause- the cause could be null
-
-