|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceLocalException
microsoft.exchange.webservices.data.PropertyException
microsoft.exchange.webservices.data.ServiceObjectPropertyException
public class ServiceObjectPropertyException
Represents an error that occurs when an operation on a property fails.
Constructor Summary | |
---|---|
ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)
ServiceObjectPropertyException constructor. |
|
ServiceObjectPropertyException(java.lang.String message,
PropertyDefinitionBase propertyDefinition)
ServiceObjectPropertyException constructor. |
|
ServiceObjectPropertyException(java.lang.String message,
PropertyDefinitionBase propertyDefinition,
java.lang.Exception innerException)
* ServiceObjectPropertyException constructor. |
Method Summary | |
---|---|
PropertyDefinitionBase |
getPropertyDefinition()
The definition of the property that is at the origin of the exception. |
Methods inherited from class microsoft.exchange.webservices.data.PropertyException |
---|
getName |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)
propertyDefinition
- The definition of the property that is at the origin of the
exception.public ServiceObjectPropertyException(java.lang.String message, PropertyDefinitionBase propertyDefinition)
message
- Error message text.propertyDefinition
- The definition of the property that is at the origin of the
exception.public ServiceObjectPropertyException(java.lang.String message, PropertyDefinitionBase propertyDefinition, java.lang.Exception innerException)
message
- Error message text.propertyDefinition
- The definition of the property that is at the origin of the
exception.innerException
- the inner exceptionMethod Detail |
---|
public PropertyDefinitionBase getPropertyDefinition()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |