org.jboss.seam.social.exception
Class SeamSocialRestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.social.exception.SeamSocialException
                  extended by org.jboss.seam.social.exception.SeamSocialRestException
All Implemented Interfaces:
Serializable

public class SeamSocialRestException
extends SeamSocialException

Author:
Antoine Sabot-Durand
See Also:
Serialized Form

Constructor Summary
SeamSocialRestException(int code, String url, String msg)
           
SeamSocialRestException(String url2, Exception e)
           
 
Method Summary
 int getCode()
           
 String getMsg()
           
 String getUrl()
           
 
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

SeamSocialRestException

public SeamSocialRestException(int code,
                               String url,
                               String msg)

SeamSocialRestException

public SeamSocialRestException(String url2,
                               Exception e)
Parameters:
string -
url2 -
e -
Method Detail

getCode

public int getCode()

getUrl

public String getUrl()

getMsg

public String getMsg()


Copyright © 2011-2013 Seam Framework. All Rights Reserved.