org.modeshape.graph.request
Class InvalidWorkspaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.request.RequestException
                  extended by org.modeshape.graph.request.InvalidWorkspaceException
All Implemented Interfaces:
Serializable

@Immutable
public class InvalidWorkspaceException
extends RequestException

Specifies that the request was invalid and could not be completed.

See Also:
Serialized Form

Constructor Summary
InvalidWorkspaceException()
           
InvalidWorkspaceException(String message)
           
InvalidWorkspaceException(String message, Throwable cause)
           
InvalidWorkspaceException(Throwable cause)
           
 
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

InvalidWorkspaceException

public InvalidWorkspaceException()

InvalidWorkspaceException

public InvalidWorkspaceException(String message)
Parameters:
message -

InvalidWorkspaceException

public InvalidWorkspaceException(Throwable cause)
Parameters:
cause -

InvalidWorkspaceException

public InvalidWorkspaceException(String message,
                                 Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.