org.axway.grapes.utils.client
Class GrapesCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.axway.grapes.utils.client.GrapesCommunicationException
All Implemented Interfaces:
Serializable

public class GrapesCommunicationException
extends Exception

Grapes Client Exception

Is thrown when a problem of communication with the Grapes server occurs.

Author:
jdcoffre
See Also:
Serialized Form

Constructor Summary
GrapesCommunicationException(int status)
          Deprecated. 
GrapesCommunicationException(String message, int status)
           
 
Method Summary
 int getHttpStatus()
           
 
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

GrapesCommunicationException

@Deprecated
public GrapesCommunicationException(int status)
Deprecated. 


GrapesCommunicationException

public GrapesCommunicationException(String message,
                                    int status)
Method Detail

getHttpStatus

public int getHttpStatus()


Copyright © 2014. All Rights Reserved.