|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.lens.client.exceptions.LensClientException
public class LensClientException
The Class LensClientException.
Constructor Summary | |
---|---|
LensClientException(String message)
Instantiates a new lens client exception. |
|
LensClientException(String message,
Exception cause)
Instantiates a new lens client exception. |
Method Summary | |
---|---|
Exception |
getCause()
|
String |
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 LensClientException(String message, Exception cause)
message
- the messagecause
- the causepublic LensClientException(String message)
message
- the messageMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public Exception getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |