Package com.swiftmq.swiftlet
Class UnknownSwiftletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.UnknownSwiftletException
- All Implemented Interfaces:
Serializable
An exception thrown by the SwiftletManager if the Swiftlet is unknown
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownSwiftletException
(String message) Constructs a new UnknownSwiftletException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownSwiftletException
Constructs a new UnknownSwiftletException- Parameters:
message
- the message
-