org.xmpp.component
Class ComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xmpp.component.ComponentException
All Implemented Interfaces:
java.io.Serializable

public class ComponentException
extends java.lang.Exception

Thrown when an exception occors with a Component.

Author:
Matt Tucker
See Also:
Serialized Form

Constructor Summary
ComponentException()
           
ComponentException(StreamError streamError)
           
ComponentException(java.lang.String message)
           
ComponentException(java.lang.String message, StreamError streamError)
           
ComponentException(java.lang.String message, java.lang.Throwable cause)
           
ComponentException(java.lang.Throwable cause)
           
 
Method Summary
 StreamError getStreamError()
           
 
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

ComponentException

public ComponentException()

ComponentException

public ComponentException(java.lang.String message)

ComponentException

public ComponentException(java.lang.String message,
                          java.lang.Throwable cause)

ComponentException

public ComponentException(java.lang.Throwable cause)

ComponentException

public ComponentException(java.lang.String message,
                          StreamError streamError)

ComponentException

public ComponentException(StreamError streamError)
Method Detail

getStreamError

public StreamError getStreamError()


Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.