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, toStringpublic 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–2022 The Apache Software Foundation. All rights reserved.