com.stratelia.webactiv.persistence
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.stratelia.webactiv.persistence.PersistenceException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class PersistenceException
- extends SilverpeasException
Title: Description: Copyright: Copyright (c) 2001 Company:
- Version:
- 1.0
- Author:
- cbonin
- See Also:
- Serialized Form
|
Constructor Summary |
PersistenceException(String callingClass,
int errorLevel,
String message)
-------------------------------------------------------------------------- constructor
constructor |
PersistenceException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
PersistenceException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
PersistenceException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
|
Method Summary |
String |
getModule()
-------------------------------------------------------------------------- getModule getModule |
PersistenceException
public PersistenceException(String callingClass,
int errorLevel,
String message)
- -------------------------------------------------------------------------- constructor
constructor
PersistenceException
public PersistenceException(String callingClass,
int errorLevel,
String message,
String extraParams)
PersistenceException
public PersistenceException(String callingClass,
int errorLevel,
String message,
Exception nested)
PersistenceException
public PersistenceException(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.