wt.services.ac
Class ACRuntimeException

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

public class ACRuntimeException
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
ACRuntimeException(String s)
          

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

Supported API: false
ACRuntimeException(Throwable t)
          

Supported API: false
ACRuntimeException(Throwable t, String s)
          

Supported API: false
ACRuntimeException(Throwable t, 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

ACRuntimeException

public ACRuntimeException(String s)


Supported API: false

Parameters:
s -

ACRuntimeException

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


Supported API: false

Parameters:
rb -
key -
params -

ACRuntimeException

public ACRuntimeException(Throwable t)


Supported API: false

Parameters:
t -

ACRuntimeException

public ACRuntimeException(Throwable t,
                          String s)


Supported API: false

Parameters:
t -
s -

ACRuntimeException

public ACRuntimeException(Throwable t,
                          String rb,
                          String key,
                          Object[] params)


Supported API: false

Parameters:
t -
rb -
key -
params -