Serialized Form


Package com.buildforge.services.common

Class com.buildforge.services.common.ServiceException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

message

MessageDBO message
Internationalized message info for this exception

Class com.buildforge.services.common.ServiceException.WrappedServiceException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package com.buildforge.services.common.api

Class com.buildforge.services.common.api.APIException extends ServiceException implements Serializable

serialVersionUID: 1L

Class com.buildforge.services.common.api.APIRequest extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

cmd

int cmd
Command id number


uid

int uid
Used to implement CTRL_AS. If this is set to anything other than UID_SYSTEM, then that user's credentials are used for running the command. This is only allowed if the current credentials are authenticated as a SYSTEM session.

Class com.buildforge.services.common.api.ProtocolException extends ServiceException implements Serializable

serialVersionUID: 1L