public class TLcyWorkspaceAbortedException extends IOException
Constructor and Description |
---|
TLcyWorkspaceAbortedException()
Constructs a
TLcyWorkspaceAbortedException with null as its error
detail message. |
TLcyWorkspaceAbortedException(String aMessage)
Constructs a
TLcyWorkspaceAbortedException with the specified detail message. |
TLcyWorkspaceAbortedException(String aMessage,
Throwable aCause)
Constructs a
TLcyWorkspaceAbortedException with the specified detail message
and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TLcyWorkspaceAbortedException()
TLcyWorkspaceAbortedException
with null
as its error
detail message.public TLcyWorkspaceAbortedException(String aMessage, Throwable aCause)
TLcyWorkspaceAbortedException
with the specified detail message
and cause.aMessage
- the detail message.aCause
- the throwable that caused the exception.public TLcyWorkspaceAbortedException(String aMessage)
TLcyWorkspaceAbortedException
with the specified detail message.aMessage
- the detail message.