Aqualogic Interaction API  
 

PTSException Constructor

Create a PTSException containing the specified error message and error code (from PT_RESULTCODES).

Overload List

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

See Also

PTSException Class | com.plumtree.server.search.exceptions Namespace