wt.lite
Class LightweightInfoNotInitializedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.util.WTRuntimeException
                  extended bywt.lite.LightweightInfoNotInitializedException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class LightweightInfoNotInitializedException
extends WTRuntimeException
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.WTRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LightweightInfoNotInitializedException(Exception e)
          

Supported API: false
LightweightInfoNotInitializedException(Exception e, String s)
          

Supported API: false
LightweightInfoNotInitializedException(Exception e, String rb, String key, Object[] params)
          

Supported API: false
LightweightInfoNotInitializedException(String s)
          

Supported API: false
LightweightInfoNotInitializedException(String rb, String key, Object[] params)
          

Supported API: false
 
Methods inherited from class wt.util.WTRuntimeException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

LightweightInfoNotInitializedException

public LightweightInfoNotInitializedException(String s)


Supported API: false

Parameters:
s -

LightweightInfoNotInitializedException

public LightweightInfoNotInitializedException(Exception e)


Supported API: false

Parameters:
e -

LightweightInfoNotInitializedException

public LightweightInfoNotInitializedException(String rb,
                                              String key,
                                              Object[] params)


Supported API: false

Parameters:
rb -
key -
params -

LightweightInfoNotInitializedException

public LightweightInfoNotInitializedException(Exception e,
                                              String s)


Supported API: false

Parameters:
e -
s -

LightweightInfoNotInitializedException

public LightweightInfoNotInitializedException(Exception e,
                                              String rb,
                                              String key,
                                              Object[] params)


Supported API: false

Parameters:
e -
rb -
key -
params -