|
||||||||||
| 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
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 message| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic Exception getCause()
getCause in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||