Class TLcyWorkspaceAbortedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.lucy.workspace.TLcyWorkspaceAbortedException
All Implemented Interfaces:
Serializable

public class TLcyWorkspaceAbortedException extends IOException
Signals that the workspace encoding/decoding was aborted.
See Also:
  • Constructor Details

    • TLcyWorkspaceAbortedException

      public TLcyWorkspaceAbortedException()
      Constructs a TLcyWorkspaceAbortedException with null as its error detail message.
    • TLcyWorkspaceAbortedException

      public TLcyWorkspaceAbortedException(String aMessage, Throwable aCause)
      Constructs a TLcyWorkspaceAbortedException with the specified detail message and cause.
      Parameters:
      aMessage - the detail message.
      aCause - the throwable that caused the exception.
    • TLcyWorkspaceAbortedException

      public TLcyWorkspaceAbortedException(String aMessage)
      Constructs a TLcyWorkspaceAbortedException with the specified detail message.
      Parameters:
      aMessage - the detail message.