com.silverpeas.socialnetwork
Class SocialNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.silverpeas.socialnetwork.SocialNetworkException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class SocialNetworkException
- extends SilverpeasException
- See Also:
- Serialized Form
Constructor Summary |
SocialNetworkException(String callingClass,
int errorLevel,
String message)
-------------------------------------------------------------------------- constructor
constructor |
SocialNetworkException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
SocialNetworkException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
SocialNetworkException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
Method Summary |
String |
getModule()
-------------------------------------------------------------------------- getModule getModule |
SocialNetworkException
public SocialNetworkException(String callingClass,
int errorLevel,
String message)
- -------------------------------------------------------------------------- constructor
constructor
SocialNetworkException
public SocialNetworkException(String callingClass,
int errorLevel,
String message,
String extraParams)
SocialNetworkException
public SocialNetworkException(String callingClass,
int errorLevel,
String message,
Exception nested)
SocialNetworkException
public SocialNetworkException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
getModule
public String getModule()
- -------------------------------------------------------------------------- getModule getModule
- Specified by:
getModule
in interface FromModule
- Specified by:
getModule
in class SilverpeasException
- Returns:
- The SilverTrace's module name
Copyright © 2016 Silverpeas. All Rights Reserved.