org.jboss.seam.social.exception
Class SeamSocialRestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.seam.social.exception.SeamSocialException
org.jboss.seam.social.exception.SeamSocialRestException
- All Implemented Interfaces:
- Serializable
public class SeamSocialRestException
- extends SeamSocialException
- Author:
- Antoine Sabot-Durand
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SeamSocialRestException
public SeamSocialRestException(int code,
String url,
String msg)
SeamSocialRestException
public SeamSocialRestException(String url2,
Exception e)
- Parameters:
string - url2 - e -
getCode
public int getCode()
getUrl
public String getUrl()
getMsg
public String getMsg()
Copyright © 2011-2013 Seam Framework. All Rights Reserved.