public class RepositoryItemIllegalStateException extends RepositoryItemRuntimeException
Constructor and Description |
---|
RepositoryItemIllegalStateException(String path,
String message)
Constructs a
RepositoryItemIllegalStateException with the specified message. |
getPath
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RepositoryItemIllegalStateException(String path, String message)
RepositoryItemIllegalStateException
with the specified message.path
- The path to the repository item.message
- The detail message (which is saved for later retrieval by AbstractRuntimeException.getMessage()
).<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>