com.tszadel.qctools4j.exception
Class QcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tszadel.qctools4j.exception.QcException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PermissionException

public class QcException
extends Exception

QC Client exception.

Author:
tszadel
See Also:
Serialized Form

Constructor Summary
QcException(com4j.ComException pCause)
          Constructor.
QcException(String pMessage)
          Constructor.
QcException(String pMessage, Throwable pCause)
          Constructor.
 
Method Summary
 String getMessage()
          Overrides getMessage.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QcException

public QcException(com4j.ComException pCause)
Constructor.

Parameters:
pCause - The cause.

QcException

public QcException(String pMessage)
Constructor.

Parameters:
pMessage - The message.

QcException

public QcException(String pMessage,
                   Throwable pCause)
Constructor.

Parameters:
pMessage - The message.
pCause - The cause.
Method Detail

getMessage

public String getMessage()
Overrides getMessage.

Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()