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