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
ConstructorsConstructorDescriptionConstructs aTLcyWorkspaceAbortedExceptionwithnullas its error detail message.TLcyWorkspaceAbortedException(String aMessage) Constructs aTLcyWorkspaceAbortedExceptionwith the specified detail message.TLcyWorkspaceAbortedException(String aMessage, Throwable aCause) Constructs aTLcyWorkspaceAbortedExceptionwith 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 aTLcyWorkspaceAbortedExceptionwithnullas its error detail message. -
TLcyWorkspaceAbortedException
Constructs aTLcyWorkspaceAbortedExceptionwith the specified detail message and cause.- Parameters:
aMessage- the detail message.aCause- the throwable that caused the exception.
-
TLcyWorkspaceAbortedException
Constructs aTLcyWorkspaceAbortedExceptionwith the specified detail message.- Parameters:
aMessage- the detail message.
-