Package com.swiftmq.swiftlet
Class SwiftletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.SwiftletException
- All Implemented Interfaces:
Serializable
SwiftletException thrown by Swiftlets during
startup
or shutdown
.- 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
-
SwiftletException
Constructs a new SwiftletException- Parameters:
msg
- The exception message
-