com.stratelia.webactiv.util.contact.model
Class ContactRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stratelia.webactiv.util.exception.SilverpeasRuntimeException
com.stratelia.webactiv.util.contact.model.ContactRuntimeException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class ContactRuntimeException
- extends SilverpeasRuntimeException
- See Also:
- Serialized Form
Constructor Summary |
ContactRuntimeException(String callingClass,
int errorLevel,
String message)
-------------------------------------------------------------------------- constructors
constructors |
ContactRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
ContactRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
ContactRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
Method Summary |
String |
getModule()
-------------------------------------------------------------------------- getModule getModule |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContactRuntimeException
public ContactRuntimeException(String callingClass,
int errorLevel,
String message)
- -------------------------------------------------------------------------- constructors
constructors
ContactRuntimeException
public ContactRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
ContactRuntimeException
public ContactRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
ContactRuntimeException
public ContactRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
getModule
public String getModule()
- -------------------------------------------------------------------------- getModule getModule
- Returns:
- The SilverTrace's module name
Copyright © 2016 Silverpeas. All Rights Reserved.