EAC Toolkit 3.2.1

com.endeca.soleng.eac.toolkit.exception
Class EacCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.soleng.eac.toolkit.exception.EacCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class EacCommunicationException
extends java.lang.Exception

This exception captures various error conditions encountered during communication with the EAC or the EAC's communication with an agent.

Author:
sshusteff
See Also:
Serialized Form

Constructor Summary
EacCommunicationException()
          Generic constructor.
EacCommunicationException(java.lang.String message)
          Constructor that takes an error message as input.
EacCommunicationException(java.lang.String message, java.lang.Throwable cause)
          Constructor that takes an error message and a nested Throwable as input.
EacCommunicationException(java.lang.Throwable cause)
          Constructor that takes a nested Throwable as input.
 
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

EacCommunicationException

public EacCommunicationException()
Generic constructor.


EacCommunicationException

public EacCommunicationException(java.lang.String message)
Constructor that takes an error message as input.

Parameters:
message - Error message associated with this exception.

EacCommunicationException

public EacCommunicationException(java.lang.Throwable cause)
Constructor that takes a nested Throwable as input.

Parameters:
cause - The nested Throwable associated with this exception.

EacCommunicationException

public EacCommunicationException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructor that takes an error message and a nested Throwable as input.

Parameters:
message - Error message associated with this exception.
cause - The nested Throwable associated with this exception.

EAC Toolkit 3.2.1

Copyright © 2011 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: EAC Toolkit (eacToolkit)
VERSION: 3.2.1
BUILD:   NONE
ARCH_OS: n/a
DATE:    2011-11-10T16:21:05-0500