org.gcube.portlets.user.homelibrary.home.workspace.exceptions
Class WorkspaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.portlets.user.homelibrary.home.workspace.exceptions.WorkspaceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExternalResourceBrokenLinkException, ExternalResourcePluginNotFoundException, InsufficientPrivilegesException, ItemAlreadyExistException, ItemNotFoundException, ServiceConnectionRefusedException, WorkspaceFolderAlreadyExistException, WorkspaceFolderNotFoundException, WrongDestinationException, WrongItemTypeException, WrongParentTypeException

public class WorkspaceException
extends Exception

A super class for all the workspace exceptions.

Author:
Federico De Faveri defaveri@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkspaceException

public WorkspaceException(String message,
                          Throwable cause)
Create a new workspace exception.

Parameters:
message - the exception message.
cause - the exception cause.

WorkspaceException

public WorkspaceException(String message)
Create a new workspace exception.

Parameters:
message - the exception message.

WorkspaceException

public WorkspaceException(Throwable cause)
Create a new workspace exception.

Parameters:
cause - the exception cause.


Copyright © 2013. All Rights Reserved.