public class RepositoryItemCheckinException extends RepositoryItemException
This exception can also be thrown when the check in specification cannot be satisfied. For example, you specify a check in with a custom version number of 4.1, but the file is currently at version 6.0.
Constructor and Description |
---|
RepositoryItemCheckinException(String path,
String message)
Constructs a
RepositoryItemCheckinException with the specified path and message. |
getPath
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemCheckinException(String path, String message)
RepositoryItemCheckinException
with the specified path and message.path
- The path to the repository item.message
- The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()
method).<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>