|
||||||||
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(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 |
---|
public PropertyException()
public PropertyException(java.lang.String name)
name
- the namepublic PropertyException(java.lang.String message, java.lang.String name)
message
- the messagename
- the namepublic PropertyException(java.lang.String message, java.lang.String name, java.lang.Exception innerException)
message
- the messagename
- the nameinnerException
- the inner exceptionMethod Detail |
---|
public java.lang.String getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |