This project has retired. For details please refer to its Attic page.
LensClientServerConnectionException (Lens 2.0.1-beta-incubating API)

org.apache.lens.client.exceptions
Class LensClientServerConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lens.client.exceptions.LensClientException
                  extended by org.apache.lens.client.exceptions.LensClientServerConnectionException
All Implemented Interfaces:
Serializable

public class LensClientServerConnectionException
extends LensClientException

The Class LensClientServerConnectionException.

See Also:
Serialized Form

Constructor Summary
LensClientServerConnectionException(int errorCode)
          Instantiates a new lens client server connection exception.
LensClientServerConnectionException(String message, Exception e)
          Instantiates a new lens client server connection exception.
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class org.apache.lens.client.exceptions.LensClientException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LensClientServerConnectionException

public LensClientServerConnectionException(int errorCode)
Instantiates a new lens client server connection exception.

Parameters:
errorCode - the error code

LensClientServerConnectionException

public LensClientServerConnectionException(String message,
                                           Exception e)
Instantiates a new lens client server connection exception.

Parameters:
message - the message
e - the e
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.