Package com.swiftmq.swiftlet
Class SwiftletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.swiftlet.SwiftletException
-
- All Implemented Interfaces:
java.io.Serializable
public class SwiftletException extends java.lang.Exception
SwiftletException thrown by Swiftlets duringstartup
orshutdown
.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
Swiftlet
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SwiftletException(java.lang.String msg)
Constructs a new SwiftletException
-