|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.java.sip.communicator.plugin.addrbook.msoutlook.MsOutlookMAPIHResultException
public class MsOutlookMAPIHResultException
Represents a specific Microsoft Outlook MAPI HRESULT as an Exception.
| Constructor Summary | |
|---|---|
MsOutlookMAPIHResultException(long hResult)
Initializes a new MsOutlookMAPIHResultException instance which is to represent a specific HRESULT. |
|
MsOutlookMAPIHResultException(long hResult,
String message)
Initializes a new MsOutlookMAPIHResultException instance which is to represent a specific HRESULT and to provide a specific String message. |
|
MsOutlookMAPIHResultException(String message)
Initializes a new MsOutlookMAPIHResultException instance with a specific String message. |
|
| Method Summary | |
|---|---|
long |
getHResult()
Gets the HRESULT which is represented by this Exception. |
| 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 MsOutlookMAPIHResultException(long hResult)
hResult - the HRESULT to be represented by the new instance
public MsOutlookMAPIHResultException(long hResult,
String message)
hResult - the HRESULT to be represented by the new instancemessage - the String message to be provided by the new
instancepublic MsOutlookMAPIHResultException(String message)
message - the String message to be provided by the new
instance| Method Detail |
|---|
public long getHResult()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||