public class CannotLoadWorkspaceException
extends java.lang.Exception
Workspace.| Constructor and Description |
|---|
CannotLoadWorkspaceException()
Creates a new instance of the
CannotLoadWorkspaceException class. |
CannotLoadWorkspaceException(java.lang.String message)
Creates a new instance of the
CannotLoadWorkspaceException class with the provided message. |
CannotLoadWorkspaceException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of the
CannotLoadWorkspaceException class with the provided message and cause Throwable |
CannotLoadWorkspaceException(java.lang.Throwable cause)
Creates a new instance of the
CannotLoadWorkspaceException class with the provided cause Throwable |
public CannotLoadWorkspaceException()
CannotLoadWorkspaceException class.public CannotLoadWorkspaceException(java.lang.String message)
CannotLoadWorkspaceException class with the provided message.message - the message of the exception.public CannotLoadWorkspaceException(java.lang.String message,
java.lang.Throwable cause)
CannotLoadWorkspaceException class with the provided message and cause Throwablemessage - the message of the exception.cause - the cause for the exception.public CannotLoadWorkspaceException(java.lang.Throwable cause)
CannotLoadWorkspaceException class with the provided cause Throwablecause - the cause for the exception.Copyright © 2018 Frederic Thevenet. All rights reserved.