org.modeshape.graph.request
Class InvalidWorkspaceException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.modeshape.graph.request.RequestException
org.modeshape.graph.request.RequestException
                   org.modeshape.graph.request.InvalidWorkspaceException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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-2010 JBoss, a division of Red Hat. All Rights Reserved.