org.jboss.seam.social
Class SeamSocialException

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

public class SeamSocialException
extends RuntimeException

Exception linked to the framework

Author:
Antoine Sabot-Durand
See Also:
Serialized Form

Constructor Summary
SeamSocialException(String message)
           
SeamSocialException(String message, Throwable cause)
           
SeamSocialException(Throwable cause)
           
 
Method Summary
 
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

SeamSocialException

public SeamSocialException(String message,
                           Throwable cause)

SeamSocialException

public SeamSocialException(String message)

SeamSocialException

public SeamSocialException(Throwable cause)


Copyright © 2011 Seam Framework. All Rights Reserved.