org.apache.wink.common
Class RestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wink.common.RestException
All Implemented Interfaces:
java.io.Serializable

public class RestException
extends java.lang.RuntimeException

REST general exception.

See Also:
Serialized Form

Constructor Summary
RestException()
           
RestException(java.lang.String arg0)
           
RestException(java.lang.String arg0, java.lang.Throwable arg1)
           
RestException(java.lang.Throwable arg0)
           
 
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

RestException

public RestException()

RestException

public RestException(java.lang.String arg0,
                     java.lang.Throwable arg1)

RestException

public RestException(java.lang.String arg0)

RestException

public RestException(java.lang.Throwable arg0)


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.