|
|||||||||
| 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
public class PropertyException
Represents an error that occurs when an operation on a property fails.
| Constructor Summary | |
|---|---|
PropertyException()
Instantiates a new property exception. |
|
PropertyException(String name)
Instantiates a new property exception. |
|
PropertyException(String message,
String name)
Instantiates a new property exception. |
|
PropertyException(String message,
String name,
Exception innerException)
Instantiates a new property exception. |
|
| Method Summary | |
|---|---|
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 |
|---|
public PropertyException()
public PropertyException(String name)
name - the name
public PropertyException(String message,
String name)
message - the messagename - the name
public PropertyException(String message,
String name,
Exception innerException)
message - the messagename - the nameinnerException - the inner exception| Method Detail |
|---|
public String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||