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