Uses of Class
org.jostraca.ServiceException.Code

Packages that use ServiceException.Code
org.jostraca Primary Jostraca interfaces and implementation classes. 
 

Uses of ServiceException.Code in org.jostraca
 

Fields in org.jostraca declared as ServiceException.Code
static ServiceException.Code ServiceException.CODE_system
           
static ServiceException.Code ServiceException.CODE_bad_track_file
           
static ServiceException.Code ServiceException.CODE_invalid_regexpprovider
           
static ServiceException.Code ServiceException.CODE_null_tmpath
           
 

Constructors in org.jostraca with parameters of type ServiceException.Code
ServiceException(ServiceException.Code pCode, java.lang.String pMsg)
           
ServiceException(ServiceException.Code pCode)
           
ServiceException(ServiceException.Code pCode, java.lang.String pMsg, java.lang.Object pContext)
           
ServiceException(ServiceException.Code pCode, java.lang.String pMsg, java.lang.String[] pContext)
           
ServiceException(ServiceException.Code pCode, java.lang.String pMsg, java.lang.Object[] pContext)
           
ServiceException(ServiceException.Code pCode, java.lang.Object pContext)
           
ServiceException(ServiceException.Code pCode, java.lang.String[] pContext)
           
ServiceException(ServiceException.Code pCode, java.lang.Object[] pContext)
           
ServiceException(ServiceException.Code pCode, java.lang.Throwable pContained)
           
ServiceException(ServiceException.Code pCode, java.lang.String pMessage, java.lang.Throwable pContained)
           
ServiceException(ServiceException.Code pCode, java.lang.Object pContext, java.lang.Throwable pContained)
           
ServiceException(ServiceException.Code pCode, java.lang.String[] pContext, java.lang.Throwable pContained)
           
ServiceException(ServiceException.Code pCode, java.lang.Object[] pContext, java.lang.Throwable pContained)
           
 



Copyright © 2000-2002 Richard Rodger