jec
Class ExchangeGeneralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jec.ExchangeGeneralException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExchangeAuthenticationException, ExchangeConnectionException, ExchangeRedirectException, InternalException, InvalidSearchCriteriaException, ItemNotFountException

public class ExchangeGeneralException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ExchangeGeneralException(java.lang.String message)
           
ExchangeGeneralException(java.lang.String message, java.lang.Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExchangeGeneralException

public ExchangeGeneralException(java.lang.String message)

ExchangeGeneralException

public ExchangeGeneralException(java.lang.String message,
                                java.lang.Exception e)