public class ScmException extends Exception
Constructor and Description |
---|
ScmException(String message) |
ScmException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScmException(String message)
message
- the message could be nullpublic ScmException(String message, Throwable cause)
message
- the message could be nullcause
- the cause could be nullCopyright © 2003–2021 The Apache Software Foundation. All rights reserved.