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

public class UnsupportedRequestException
extends RuntimeException

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

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