com.intersys.objects
Class CacheServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.intersys.objects.CacheException
              extended bycom.intersys.objects.CacheServerException
All Implemented Interfaces:
Serializable

public class CacheServerException
extends CacheException
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheServerException(Exception ex)
           
CacheServerException(Exception ex, String message)
           
CacheServerException(SQLException ex)
           
CacheServerException(SQLException ex, String message)
           
CacheServerException(String message)
           
CacheServerException(String errortext, int errorcode)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class com.intersys.objects.CacheException
getCode, printFullTrace, printFullTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class CacheException