com.intersys.objects
Class CacheServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.intersys.objects.CacheException
com.intersys.objects.CacheServerException
- All Implemented Interfaces:
- Serializable
- public class CacheServerException
- extends CacheException
- implements Serializable
- See Also:
- Serialized Form
CacheServerException
public CacheServerException(String message)
CacheServerException
public CacheServerException(SQLException ex,
String message)
CacheServerException
public CacheServerException(Exception ex,
String message)
CacheServerException
public CacheServerException(String errortext,
int errorcode)
CacheServerException
public CacheServerException(SQLException ex)
CacheServerException
public CacheServerException(Exception ex)
getMessage
public String getMessage()
- Overrides:
getMessage
in class CacheException