Package com.swiftmq.mgmt
Class EntityAddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.mgmt.EntityAddException
- All Implemented Interfaces:
Serializable
An exception, thrown by an EntityAddListener to veto against an Entity addition.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityAddException
Creates a new EntityAddException.- Parameters:
msg
- the message.
-