Class ComponentException

  • All Implemented Interfaces:
    Serializable

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

      • 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 Detail