This project has retired. For details please refer to its Attic page.
UserConfigLoaderException (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.user
Class UserConfigLoaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lens.server.user.UserConfigLoaderException
All Implemented Interfaces:
Serializable

public class UserConfigLoaderException
extends RuntimeException

The Class UserConfigLoaderException.

See Also:
Serialized Form

Constructor Summary
UserConfigLoaderException()
          Instantiates a new user config loader exception.
UserConfigLoaderException(String s)
          Instantiates a new user config loader exception.
UserConfigLoaderException(String message, Throwable cause)
          Instantiates a new user config loader exception.
UserConfigLoaderException(Throwable e)
          Instantiates a new user config loader exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserConfigLoaderException

public UserConfigLoaderException()
Instantiates a new user config loader exception.


UserConfigLoaderException

public UserConfigLoaderException(String s)
Instantiates a new user config loader exception.

Parameters:
s - the s

UserConfigLoaderException

public UserConfigLoaderException(Throwable e)
Instantiates a new user config loader exception.

Parameters:
e - the e

UserConfigLoaderException

public UserConfigLoaderException(String message,
                                 Throwable cause)
Instantiates a new user config loader exception.

Parameters:
message - the message
cause - the cause


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.