wt.services.ac
Class ACException

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

public class ACException
extends WTException
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  Object requestor
           
private static String RESOURCE
           
private  Object selector
           
private  String serviceName
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ACException(Object requestor, String service_name, Object selector)
          

Supported API: false
ACException(Object requestor, String service_name, Object selector, String s)
          

Supported API: false
ACException(Object requestor, String service_name, Object selector, String rb, String key, Object[] params)
          

Supported API: false
ACException(Object requestor, String service_name, Object selector, Throwable t)
          

Supported API: false
ACException(Object requestor, String service_name, Object selector, Throwable t, String s)
          

Supported API: false
ACException(Object requestor, String service_name, Object selector, Throwable t, String rb, String key, Object[] params)
          

Supported API: false
ACException(ServiceDescriptor descriptor, Throwable t)
          

Supported API: false
ACException(ServiceDescriptor descriptor, Throwable t, String s)
          

Supported API: false
ACException(ServiceDescriptor descriptor, Throwable t, String rb, String key, Object[] params)
          

Supported API: false
 
Method Summary
 Object getRequestor()
          Gets the value of the attribute: requestor.
 Object getSelector()
          Gets the value of the attribute: selector.
 String getServiceName()
          Gets the value of the attribute: serviceName.
protected  void init(Object requestor, String service_name, Object selector)
           
 void setRequestor(Object a_Requestor)
          Sets the value of the attribute: requestor.
 void setSelector(Object a_Selector)
          Sets the value of the attribute: selector.
 void setServiceName(String a_ServiceName)
          Sets the value of the attribute: serviceName.
 String toString()
          Returns a description of this WTException.
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, 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

requestor

private Object requestor

serviceName

private String serviceName

selector

private Object selector
Constructor Detail

ACException

public ACException(Object requestor,
                   String service_name,
                   Object selector)


Supported API: false

Parameters:
requestor -
service_name -
selector -

ACException

public ACException(Object requestor,
                   String service_name,
                   Object selector,
                   String s)


Supported API: false

Parameters:
requestor -
service_name -
selector -
s -

ACException

public ACException(Object requestor,
                   String service_name,
                   Object selector,
                   String rb,
                   String key,
                   Object[] params)


Supported API: false

Parameters:
requestor -
service_name -
selector -
rb -
key -
params -

ACException

public ACException(Object requestor,
                   String service_name,
                   Object selector,
                   Throwable t)


Supported API: false

Parameters:
requestor -
service_name -
selector -
t -

ACException

public ACException(Object requestor,
                   String service_name,
                   Object selector,
                   Throwable t,
                   String s)


Supported API: false

Parameters:
requestor -
service_name -
selector -
t -
s -

ACException

public ACException(Object requestor,
                   String service_name,
                   Object selector,
                   Throwable t,
                   String rb,
                   String key,
                   Object[] params)


Supported API: false

Parameters:
requestor -
service_name -
selector -
t -
rb -
key -
params -

ACException

public ACException(ServiceDescriptor descriptor,
                   Throwable t)


Supported API: false

Parameters:
descriptor -
t -

ACException

public ACException(ServiceDescriptor descriptor,
                   Throwable t,
                   String s)


Supported API: false

Parameters:
descriptor -
t -
s -

ACException

public ACException(ServiceDescriptor descriptor,
                   Throwable t,
                   String rb,
                   String key,
                   Object[] params)


Supported API: false

Parameters:
descriptor -
t -
rb -
key -
params -
Method Detail

getRequestor

public Object getRequestor()
Gets the value of the attribute: requestor.

Supported API: false

Returns:
Object

setRequestor

public void setRequestor(Object a_Requestor)
Sets the value of the attribute: requestor.

Supported API: false

Parameters:
a_Requestor -

getServiceName

public String getServiceName()
Gets the value of the attribute: serviceName.

Supported API: false

Returns:
String

setServiceName

public void setServiceName(String a_ServiceName)
Sets the value of the attribute: serviceName.

Supported API: false

Parameters:
a_ServiceName -

getSelector

public Object getSelector()
Gets the value of the attribute: selector.

Supported API: false

Returns:
Object

setSelector

public void setSelector(Object a_Selector)
Sets the value of the attribute: selector.

Supported API: false

Parameters:
a_Selector -

toString

public String toString()
Description copied from class: WTException
Returns a description of this WTException. The description includes the descriptions of the nested throwable objects that are embedded within this WTException.

Supported API: true

Overrides:
toString in class WTException

init

protected void init(Object requestor,
                    String service_name,
                    Object selector)