Class StoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.store.StoreException
All Implemented Interfaces:
Serializable

public class StoreException extends Exception
An exception thrown by the StoreSwiftlet and other related classes on error.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String message)
      Creates a new StoreException.
      Parameters:
      message - the message.