edu.cmu.aura.service
Class ReqNotSupportedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.cmu.aura.service.ServiceException
|
+--edu.cmu.aura.service.ReqNotSupportedException
- All Implemented Interfaces:
- java.io.Serializable
- public class ReqNotSupportedException
- extends ServiceException
Represents an Aura Service RequirementNotSupportedError.
Thrown by a service when a request specifies an attribute requirement
that is not supported by this service.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REQ_NOT_SUPPORTED
public static final int REQ_NOT_SUPPORTED
- See Also:
- Constant Field Values
TIME_CONSTRAINTS_NOT_SUPPORTED
public static final int TIME_CONSTRAINTS_NOT_SUPPORTED
- See Also:
- Constant Field Values
CONF_CONSTRAINTS_NOT_SUPPORTED
public static final int CONF_CONSTRAINTS_NOT_SUPPORTED
- See Also:
- Constant Field Values
ACCURACY_CONSTRAINTS_NOT_SUPPORTED
public static final int ACCURACY_CONSTRAINTS_NOT_SUPPORTED
- See Also:
- Constant Field Values
INTERVAL_CONSTRAINTS_NOT_SUPPORTED
public static final int INTERVAL_CONSTRAINTS_NOT_SUPPORTED
- See Also:
- Constant Field Values
ReqNotSupportedException
public ReqNotSupportedException(int errorCode)
- Creates a new AttribReqNotSupportedException.
- Parameters:
errorCode - error code of this exception
ReqNotSupportedException
public ReqNotSupportedException(int errorCode,
java.lang.String msg)
- Creates a new InternalServiceException.
- Parameters:
errorCode - error code of this exceptionmsg - message indicating the cause of the problem