org.granite.client.messaging.transport
Class TransportHttpStatusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.granite.client.messaging.transport.TransportException
                  extended by org.granite.client.messaging.transport.TransportHttpStatusException
All Implemented Interfaces:
Serializable

public class TransportHttpStatusException
extends TransportException

Author:
Franck WOLFF
See Also:
Serialized Form

Constructor Summary
TransportHttpStatusException(int status)
           
TransportHttpStatusException(int status, String message)
           
TransportHttpStatusException(int status, String message, Throwable cause)
           
TransportHttpStatusException(int status, Throwable cause)
           
 
Method Summary
 int getStatus()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransportHttpStatusException

public TransportHttpStatusException(int status)

TransportHttpStatusException

public TransportHttpStatusException(int status,
                                    String message)

TransportHttpStatusException

public TransportHttpStatusException(int status,
                                    Throwable cause)

TransportHttpStatusException

public TransportHttpStatusException(int status,
                                    String message,
                                    Throwable cause)
Method Detail

getStatus

public int getStatus()

toString

public String toString()
Overrides:
toString in class Throwable