Class ComponentException

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

public class ComponentException extends Exception
Thrown when an exception occors with a Component.
Author:
Matt Tucker
See Also:
  • Constructor Details

    • ComponentException

      public ComponentException()
    • ComponentException

      public ComponentException(String message)
    • ComponentException

      public ComponentException(String message, Throwable cause)
    • ComponentException

      public ComponentException(Throwable cause)
    • ComponentException

      public ComponentException(String message, StreamError streamError)
    • ComponentException

      public ComponentException(StreamError streamError)
  • Method Details