org.apache.lens.client.exceptions
Class LensClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lens.client.exceptions.LensClientException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LensClientServerConnectionException
public class LensClientException
- extends RuntimeException
The Class LensClientException.
- See Also:
- Serialized Form
LensClientException
public LensClientException(String message,
Exception cause)
- Instantiates a new lens client exception.
- Parameters:
message
- the messagecause
- the cause
LensClientException
public LensClientException(String message)
- Instantiates a new lens client exception.
- Parameters:
message
- the message
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getCause
public Exception getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.