org.modeshape.graph.request
Class UnsupportedRequestException

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.UnsupportedRequestException
All Implemented Interfaces:
Serializable

@Immutable
public class UnsupportedRequestException
extends RequestException

Specifies that the request was a type that is not supported.

See Also:
Serialized Form

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

UnsupportedRequestException

public UnsupportedRequestException()

UnsupportedRequestException

public UnsupportedRequestException(String message)
Parameters:
message -

UnsupportedRequestException

public UnsupportedRequestException(Throwable cause)
Parameters:
cause -

UnsupportedRequestException

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


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