org.jboss.dna.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.jboss.dna.graph.request.InvalidWorkspaceException
All Implemented Interfaces:
Serializable

public class InvalidWorkspaceException
extends RuntimeException

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

Author:
Randall Hauch
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
equals, 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-Present JBoss a division of Red Hat. All Rights Reserved.