Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api.base
Class TransportIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.errai.bus.client.api.base.TransportIOException
All Implemented Interfaces:
Serializable

public class TransportIOException
extends Exception

Thrown when an attempt at sending or receiving a message results in an error on the network level (e.g. an HTTP response code of 4xx or 5xx).

See Also:
Serialized Form

Constructor Summary
TransportIOException(String message, int errorCode, String errorMessage)
           
 
Method Summary
 int errorCode()
           
 String getErrorMessage()
           
 
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

TransportIOException

public TransportIOException(String message,
                            int errorCode,
                            String errorMessage)
Method Detail

errorCode

public int errorCode()

getErrorMessage

public String getErrorMessage()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.