Package com.swiftmq.swiftlet
Class UnknownSwiftletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.swiftlet.UnknownSwiftletException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownSwiftletException extends java.lang.Exception
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:
SwiftletManager
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownSwiftletException(java.lang.String message)
Constructs a new UnknownSwiftletException
-