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