Package com.swiftmq.swiftlet.auth
Class ResourceLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.swiftmq.swiftlet.auth.ResourceLimitException
- All Implemented Interfaces:
Serializable
public class ResourceLimitException
extends javax.jms.JMSException
An exception thrown by the ResourceLimitGroup
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2004, All Rights Reserved
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceLimitException
Constructs a new ResourceLimitException- Parameters:
msg
- the message
-