org.springframework.social.evernote.api
Class EvernoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.social.evernote.api.EvernoteException
- All Implemented Interfaces:
- Serializable
public class EvernoteException
- extends RuntimeException
Runtime exception that encapsulates typed exceptions from evernote sdk.
- Author:
- Tadaya Tsuyukubo
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EvernoteException
public EvernoteException(String message,
Throwable cause)
isEDAMUserException
public boolean isEDAMUserException()
isEDAMSystemException
public boolean isEDAMSystemException()
isEDAMNotFoundException
public boolean isEDAMNotFoundException()
isTException
public boolean isTException()
getEDAMErrorCode
public com.evernote.edam.error.EDAMErrorCode getEDAMErrorCode()
Copyright © 2014. All Rights Reserved.