public class RepositoryResourceVersioningException extends ResourceException
Constructor and Description |
---|
RepositoryResourceVersioningException(String path,
String message)
Constructs a
RepositoryResourceVersioningException with the specified message. |
RepositoryResourceVersioningException(String path,
String message,
Throwable cause)
Constructs a
RepositoryResourceVersioningException with the specified message and root cause. |
getPath
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryResourceVersioningException(String path, String message)
RepositoryResourceVersioningException
with the specified message.path
- of the resource in questionmessage
- the detailed messagepublic RepositoryResourceVersioningException(String path, String message, Throwable cause)
RepositoryResourceVersioningException
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