Create a PTSException
containing the specified error message and error code (from PT_RESULTCODES
).
Create a PTSException
that wraps an underlying native Exception
object, and contains a Plumtree specific error message and error code (from PT_RESULTCODES
).
public PTSException(Exception,string,int);
Create a PTSException
containing the specified error message and error code (from PT_RESULTCODES
).
public PTSException(string,int);
PTSException Class | com.plumtree.server.search.exceptions Namespace