|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lens.client.exceptions.LensClientException
org.apache.lens.client.exceptions.LensClientServerConnectionException
public class LensClientServerConnectionException
The Class LensClientServerConnectionException.
| 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 |
|---|
public LensClientServerConnectionException(int errorCode)
errorCode - the error code
public LensClientServerConnectionException(String message,
Exception e)
message - the messagee - the e| Method Detail |
|---|
public int getErrorCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||