org.apache.lens.client.exceptions
Class LensClientServerConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lens.client.exceptions.LensClientException
org.apache.lens.client.exceptions.LensClientServerConnectionException
- All Implemented Interfaces:
- Serializable
public class LensClientServerConnectionException
- extends LensClientException
The Class LensClientServerConnectionException.
- See Also:
- Serialized Form
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 messagee
- the e
getErrorCode
public int getErrorCode()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.