com.sas.hls.resource.exception
Class ResourceIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.hls.common.exception.AbstractRuntimeException
com.sas.hls.resource.exception.ResourceIllegalStateException
- All Implemented Interfaces:
- Serializable
public class ResourceIllegalStateException
- extends AbstractRuntimeException
The resource being manipulated is in (or would be put into) an incorrect state
were this operation to proceed.
- See Also:
- Serialized Form
Method Summary |
String |
getPath()
Path of the resource that is (or would be put in) an illegal state with this operation. |
ResourceIllegalStateException
public ResourceIllegalStateException(String path,
String message)
- Constructs a
ResourceIllegalStateException
with the specified message.
- Parameters:
path
- of the resource in questionmessage
- the detailed message
getPath
public String getPath()
- Path of the resource that is (or would be put in) an illegal state with this operation.
- Returns:
- String
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA