Package com.apama.net.interfaces
Class GenericComponentManagementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apama.util.CompoundException
-
- com.apama.net.interfaces.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
-
-
Constructor Summary
Constructors Constructor Description GenericComponentManagementException(java.lang.String msg)
GenericComponentManagementException(java.lang.String msg, java.lang.Throwable wrappedException)
GenericComponentManagementException(java.lang.Throwable wrappedException)
-
Method Summary
-
Methods inherited from class com.apama.util.CompoundException
getCause, getNestedException, getRootCause, hasNestedException
-
-
-
-
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)
-
-