Class GenericComponentManagementException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GenericComponentManagementException
    extends com.apama.util.CompoundException
    Base for all exceptions thrown by the GenericComponentManagement interface.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.apama.util.CompoundException

        getCause, getNestedException, getRootCause, hasNestedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GenericComponentManagementException

        public GenericComponentManagementException​(java.lang.String msg)
      • GenericComponentManagementException

        public GenericComponentManagementException​(java.lang.Throwable wrappedException)
      • GenericComponentManagementException

        public GenericComponentManagementException​(java.lang.String msg,
                                                   java.lang.Throwable wrappedException)