com.epnet.eit2.rest.client
Class EITClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.epnet.eit2.rest.client.EITClientException
All Implemented Interfaces:
java.io.Serializable

public class EITClientException
extends java.lang.Exception

Any exception generated by the client, either by a network connection or by processing of information

Author:
msanchez
See Also:
Serialized Form

Constructor Summary
EITClientException(java.lang.Exception e)
          Creates a new instance of EITClientException
EITClientException(java.lang.String e)
          Creates a exception with given description
 
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

EITClientException

public EITClientException(java.lang.Exception e)
Creates a new instance of EITClientException

Parameters:
e - The underlying Exception

EITClientException

public EITClientException(java.lang.String e)
Creates a exception with given description

Parameters:
e - Description