org.psepr.jClient
Class PsEPRException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.psepr.jClient.PsEPRException
All Implemented Interfaces:
java.io.Serializable

public class PsEPRException
extends java.lang.RuntimeException

Author:
Robert.Adams@intel.com
See Also:
Serialized Form

Constructor Summary
PsEPRException()
           
PsEPRException(java.lang.String arg0)
           
PsEPRException(java.lang.String arg0, java.lang.Throwable arg1)
           
PsEPRException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PsEPRException

public PsEPRException()

PsEPRException

public PsEPRException(java.lang.String arg0)
Parameters:
arg0 -

PsEPRException

public PsEPRException(java.lang.Throwable arg0)
Parameters:
arg0 -

PsEPRException

public PsEPRException(java.lang.String arg0,
                      java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -