public class WorkspaceException extends Exception
| Constructor and Description |
|---|
WorkspaceException(String message)
Create a new workspace exception.
|
WorkspaceException(String message,
Throwable cause)
Create a new workspace exception.
|
WorkspaceException(Throwable cause)
Create a new workspace exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WorkspaceException(String message, Throwable cause)
message - the exception message.cause - the exception cause.public WorkspaceException(String message)
message - the exception message.public WorkspaceException(Throwable cause)
cause - the exception cause.Copyright © 2015. All Rights Reserved.