Package com.luciad.lucy.workspace
Class TLcyWorkspaceAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.lucy.workspace.TLcyWorkspaceAbortedException
- All Implemented Interfaces:
Serializable
Signals that the workspace encoding/decoding was aborted.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aTLcyWorkspaceAbortedException
withnull
as its error detail message.TLcyWorkspaceAbortedException
(String aMessage) Constructs aTLcyWorkspaceAbortedException
with the specified detail message.TLcyWorkspaceAbortedException
(String aMessage, Throwable aCause) Constructs aTLcyWorkspaceAbortedException
with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcyWorkspaceAbortedException
public TLcyWorkspaceAbortedException()Constructs aTLcyWorkspaceAbortedException
withnull
as its error detail message. -
TLcyWorkspaceAbortedException
Constructs aTLcyWorkspaceAbortedException
with the specified detail message and cause.- Parameters:
aMessage
- the detail message.aCause
- the throwable that caused the exception.
-
TLcyWorkspaceAbortedException
Constructs aTLcyWorkspaceAbortedException
with the specified detail message.- Parameters:
aMessage
- the detail message.
-