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 |
URI |
getUri()
URI of the resource that is (or would be put in) an illegal state with this operation. |
ResourceIllegalStateException
public ResourceIllegalStateException(URI uri,
String message)
- Constructs a
ResourceIllegalStateException
with the specified message.
- Parameters:
uri
- the resource in questionmessage
- the detailed message
getUri
public URI getUri()
- URI of the resource that is (or would be put in) an illegal state with this operation.
- Returns:
- URI
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA