public class RepositoryResourceCheckinException extends ResourceException
This exception can also be thrown when the checkin specification can not be satisfied (for example you specify a checkin with a custom version number of 4.1, but the file was already at version 6.0).
Constructor and Description |
---|
RepositoryResourceCheckinException(String path,
String message)
Constructs a
RepositoryResourceCheckinException with the specified message. |
RepositoryResourceCheckinException(String path,
String message,
Throwable cause)
Constructs a
RepositoryResourceCheckinException with the specified message and root cause. |
getPath
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryResourceCheckinException(String path, String message)
RepositoryResourceCheckinException
with the specified message.path
- of the resource in questionmessage
- the detailed messagepublic RepositoryResourceCheckinException(String path, String message, Throwable cause)
RepositoryResourceCheckinException
with the specified message and root cause.path
- of the resource in questionmessage
- the detailed messagecause
- the root cause for this exceptionCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA