wt.services.ac
Class ACRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wt.util.WTRuntimeException
wt.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
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTRuntimeException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
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
-