com.cri.xcat.api
Class XcatCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cri.xcat.api.XcatCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class XcatCommunicationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XcatCommunicationException(java.lang.String message)
          Constructor for a XcatCommunicationException
XcatCommunicationException(java.lang.String message, java.lang.Throwable cause)
          Constructor for a XcatCommunicationException
 
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

XcatCommunicationException

public XcatCommunicationException(java.lang.String message,
                                  java.lang.Throwable cause)
Constructor for a XcatCommunicationException

Parameters:
message - Some descriptive message
cause - The Exception detected indicating a problem contacting xCAT (eg. SAXParseException)

XcatCommunicationException

public XcatCommunicationException(java.lang.String message)
Constructor for a XcatCommunicationException

Parameters:
message - Some descriptive message