microsoft.exchange.webservices.data
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceLocalException
              extended by microsoft.exchange.webservices.data.PropertyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceObjectPropertyException

public class PropertyException
extends ServiceLocalException

Represents an error that occurs when an operation on a property fails.

See Also:
Serialized Form

Constructor Summary
PropertyException()
          Instantiates a new property exception.
PropertyException(java.lang.String name)
          Instantiates a new property exception.
PropertyException(java.lang.String message, java.lang.String name)
          Instantiates a new property exception.
PropertyException(java.lang.String message, java.lang.String name, java.lang.Exception innerException)
          Instantiates a new property exception.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 
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

PropertyException

public PropertyException()
Instantiates a new property exception.


PropertyException

public PropertyException(java.lang.String name)
Instantiates a new property exception.

Parameters:
name - the name

PropertyException

public PropertyException(java.lang.String message,
                         java.lang.String name)
Instantiates a new property exception.

Parameters:
message - the message
name - the name

PropertyException

public PropertyException(java.lang.String message,
                         java.lang.String name,
                         java.lang.Exception innerException)
Instantiates a new property exception.

Parameters:
message - the message
name - the name
innerException - the inner exception
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name