xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.def.ErrorCode

Packages that use ErrorCode
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.def   
org.xmlBlaster.util.queue.jdbc   
 

Uses of ErrorCode in org.xmlBlaster.client.protocol.xmlrpc
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type ErrorCode
static XmlBlasterException XmlRpcConnection.extractXmlBlasterException(Global glob, org.apache.xmlrpc.XmlRpcException e, ErrorCode fallback, java.lang.String txt)
          Helma XmlRpc does in XmlRpcServer.java:314 an exception.toString() which is sent back to the client.
 

Uses of ErrorCode in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as ErrorCode
private  ErrorCode RunLevelAction.errorCode
           
 

Methods in org.xmlBlaster.engine.runlevel that return ErrorCode
 ErrorCode RunLevelAction.getOnFail()
           
 

Methods in org.xmlBlaster.engine.runlevel with parameters of type ErrorCode
 void RunLevelAction.setOnFail(ErrorCode errorCode)
           
 

Constructors in org.xmlBlaster.engine.runlevel with parameters of type ErrorCode
RunLevelAction(Global glob, java.lang.String action, int upLevel, int downLevel, ErrorCode errorCode, int sequence)
          This constructor takes all parameters needed
 

Uses of ErrorCode in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as ErrorCode
private  ErrorCode XmlBlasterException.errorCodeEnum
           
 

Methods in org.xmlBlaster.util that return ErrorCode
 ErrorCode XmlBlasterException.getErrorCode()
           
 ErrorCode XmlBlasterException.getOriginalErrorCode()
           
 

Methods in org.xmlBlaster.util with parameters of type ErrorCode
 void XmlBlasterException.changeErrorCode(ErrorCode errorCodeEnum)
           
static XmlBlasterException XmlBlasterException.convert(Global glob, ErrorCode errorCodeEnum, java.lang.String location, java.lang.String message, java.lang.Throwable throwable)
           
 boolean XmlBlasterException.isErrorCode(ErrorCode code)
           
static XmlBlasterException XmlBlasterException.parseByteArr(Global glob, byte[] data, ErrorCode fallback)
          Serialize the complete exception.
static XmlBlasterException XmlBlasterException.parseToString(Global glob, java.lang.String toString, ErrorCode fallback)
          Parsing what toString() produced
 

Constructors in org.xmlBlaster.util with parameters of type ErrorCode
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String location)
          The errorCodeEnum.getDescription() is used as error message.
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String location, java.lang.String message)
           
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String node, java.lang.String location, java.lang.String lang, java.lang.String message, java.lang.String versionInfo, Timestamp timestamp, java.lang.String stackTrace, java.lang.String embeddedMessage, java.lang.String transcationInfo, boolean isServerSide)
          For internal use: Deserializing and exception creation from CORBA XmlBlasterException
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String node, java.lang.String location, java.lang.String lang, java.lang.String message, java.lang.String versionInfo, Timestamp timestamp, java.lang.String stackTrace, java.lang.String embeddedMessage, java.lang.String transcationInfo, boolean isServerSide, java.lang.Throwable cause)
           
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String location, java.lang.String message, java.lang.Throwable cause)
           
 

Uses of ErrorCode in org.xmlBlaster.util.def
 

Fields in org.xmlBlaster.util.def declared as ErrorCode
static ErrorCode ErrorCode.COMMUNICATION
           
static ErrorCode ErrorCode.COMMUNICATION_FORCEASYNC
           
static ErrorCode ErrorCode.COMMUNICATION_NOCONNECTION
           
static ErrorCode ErrorCode.COMMUNICATION_NOCONNECTION_CALLBACKSERVER_NOTAVAILABLE
           
static ErrorCode ErrorCode.COMMUNICATION_NOCONNECTION_DEAD
           
static ErrorCode ErrorCode.COMMUNICATION_NOCONNECTION_POLLING
           
static ErrorCode ErrorCode.COMMUNICATION_NOCONNECTION_SERVERDENY
           
static ErrorCode ErrorCode.COMMUNICATION_RESOURCE_TEMPORARY_UNAVAILABLE
           
static ErrorCode ErrorCode.COMMUNICATION_RESPONSETIMEOUT
           
static ErrorCode ErrorCode.COMMUNICATION_TIMEOUT
           
static ErrorCode ErrorCode.COMMUNICATION_USER_HOLDBACK
           
static ErrorCode ErrorCode.INTERNAL
           
static ErrorCode ErrorCode.INTERNAL_CONNECTIONFAILURE
           
static ErrorCode ErrorCode.INTERNAL_DISCONNECT
           
static ErrorCode ErrorCode.INTERNAL_ERASE
           
static ErrorCode ErrorCode.INTERNAL_GET
           
static ErrorCode ErrorCode.INTERNAL_ILLEGALARGUMENT
           
static ErrorCode ErrorCode.INTERNAL_ILLEGALSTATE
           
static ErrorCode ErrorCode.INTERNAL_INTERRUPTED
           
static ErrorCode ErrorCode.INTERNAL_NOTIMPLEMENTED
           
static ErrorCode ErrorCode.INTERNAL_NULLPOINTER
           
static ErrorCode ErrorCode.INTERNAL_PUBLISH
           
static ErrorCode ErrorCode.INTERNAL_PUBLISH_ARR
           
static ErrorCode ErrorCode.INTERNAL_STOP
           
static ErrorCode ErrorCode.INTERNAL_SUBSCRIBE
           
static ErrorCode ErrorCode.INTERNAL_UNKNOWN
           
static ErrorCode ErrorCode.INTERNAL_UNSUBSCRIBE
           
static ErrorCode ErrorCode.LEGACY
           
static ErrorCode ErrorCode.RESOURCE
           
static ErrorCode ErrorCode.RESOURCE_ADMIN_UNAVAILABLE
           
static ErrorCode ErrorCode.RESOURCE_CALLBACKSERVER_CREATION
           
static ErrorCode ErrorCode.RESOURCE_CLUSTER_CIRCULARLOOP
           
static ErrorCode ErrorCode.RESOURCE_CLUSTER_NOTAVAILABLE
           
static ErrorCode ErrorCode.RESOURCE_CONFIGURATION
           
static ErrorCode ErrorCode.RESOURCE_CONFIGURATION_ADDRESS
           
static ErrorCode ErrorCode.RESOURCE_CONFIGURATION_CONNECT
           
static ErrorCode ErrorCode.RESOURCE_CONFIGURATION_PLUGINFAILED
           
static ErrorCode ErrorCode.RESOURCE_CONFIGURATION_SSLSOCKET
           
static ErrorCode ErrorCode.RESOURCE_CONFIGURATION_XML
           
static ErrorCode ErrorCode.RESOURCE_DB_BLOCK
           
static ErrorCode ErrorCode.RESOURCE_DB_UNAVAILABLE
           
static ErrorCode ErrorCode.RESOURCE_DB_UNKNOWN
           
static ErrorCode ErrorCode.RESOURCE_EXHAUST
           
static ErrorCode ErrorCode.RESOURCE_FILEIO
           
static ErrorCode ErrorCode.RESOURCE_FILEIO_FILELOST
           
static ErrorCode ErrorCode.RESOURCE_MAINTENANCE
           
static ErrorCode ErrorCode.RESOURCE_OUTOFMEMORY
           
static ErrorCode ErrorCode.RESOURCE_OVERFLOW_QUEUE_BYTES
           
static ErrorCode ErrorCode.RESOURCE_OVERFLOW_QUEUE_ENTRIES
           
static ErrorCode ErrorCode.RESOURCE_TEMPORARY_UNAVAILABLE
           
static ErrorCode ErrorCode.RESOURCE_TOO_MANY_THREADS
           
static ErrorCode ErrorCode.RESOURCE_UNAVAILABLE
           
static ErrorCode ErrorCode.USER
           
static ErrorCode ErrorCode.USER_ADMIN_INVALID
           
static ErrorCode ErrorCode.USER_CLIENTCODE
           
static ErrorCode ErrorCode.USER_CONFIGURATION
           
static ErrorCode ErrorCode.USER_CONFIGURATION_IDENTICALCLIENT
           
static ErrorCode ErrorCode.USER_CONFIGURATION_MAXSESSION
           
static ErrorCode ErrorCode.USER_CONNECT
           
static ErrorCode ErrorCode.USER_CONNECT_MULTIPLE
           
static ErrorCode ErrorCode.USER_ILLEGALARGUMENT
           
static ErrorCode ErrorCode.USER_JDBC_INVALID
           
static ErrorCode ErrorCode.USER_MESSAGE_INVALID
           
static ErrorCode ErrorCode.USER_NOT_CONNECTED
           
static ErrorCode ErrorCode.USER_OID_UNKNOWN
           
static ErrorCode ErrorCode.USER_PTP_DENIED
           
static ErrorCode ErrorCode.USER_PTP_UNKNOWNDESTINATION
           
static ErrorCode ErrorCode.USER_PTP_UNKNOWNDESTINATION_SESSION
           
static ErrorCode ErrorCode.USER_PTP_UNKNOWNSESSION
           
static ErrorCode ErrorCode.USER_PUBLISH
           
static ErrorCode ErrorCode.USER_PUBLISH_READONLY
           
static ErrorCode ErrorCode.USER_QUERY_INVALID
           
static ErrorCode ErrorCode.USER_QUERY_TYPE_INVALID
           
static ErrorCode ErrorCode.USER_SECURITY
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_ACCESSDENIED
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_ACCESSDENIED_UNKNOWNLOGINNAME
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_ACCESSDENIED_WRONGPASSWORD
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_EXPIRED
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_ILLEGALARGUMENT
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_ILLEGALDEVICEID
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_ILLEGALDEVICETYPE
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHENTICATION_INACTIVE
           
static ErrorCode ErrorCode.USER_SECURITY_AUTHORIZATION_NOTAUTHORIZED
           
static ErrorCode ErrorCode.USER_SUBSCRIBE_ID
           
static ErrorCode ErrorCode.USER_SUBSCRIBE_NOCALLBACK
           
static ErrorCode ErrorCode.USER_UPDATE_DEADMESSAGE
           
static ErrorCode ErrorCode.USER_UPDATE_ERROR
           
static ErrorCode ErrorCode.USER_UPDATE_HOLDBACK
           
static ErrorCode ErrorCode.USER_UPDATE_ILLEGALARGUMENT
           
static ErrorCode ErrorCode.USER_UPDATE_INTERNALERROR
           
static ErrorCode ErrorCode.USER_UPDATE_SECURITY_AUTHENTICATION_ACCESSDENIED
           
static ErrorCode ErrorCode.USER_VERSION
           
static ErrorCode ErrorCode.USER_WRONG_API_USAGE
           
 

Methods in org.xmlBlaster.util.def that return ErrorCode
static ErrorCode ErrorCode.getCategory(ErrorCode errorCode)
           
static ErrorCode ErrorCode.getCategory(java.lang.String errorCode)
           
static ErrorCode ErrorCode.toErrorCode(java.lang.String errorCode)
          Returns the ErrorCode object for the given String error code.
static ErrorCode ErrorCode.toErrorCode(java.lang.String errorCode, ErrorCode fallback)
          Returns the ErrorCode object for the given String error code.
 

Methods in org.xmlBlaster.util.def with parameters of type ErrorCode
 boolean ErrorCode.equals(ErrorCode other)
           
static ErrorCode ErrorCode.getCategory(ErrorCode errorCode)
           
 boolean ErrorCode.isOfType(ErrorCode baseCode)
          Returns 'true' if this error code is a 'child' of the error code specified in baseCode.
static ErrorCode ErrorCode.toErrorCode(java.lang.String errorCode, ErrorCode fallback)
          Returns the ErrorCode object for the given String error code.
 

Uses of ErrorCode in org.xmlBlaster.util.queue.jdbc
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type ErrorCode
private  void XBDatabaseAccessor.throwXblEx(java.lang.Throwable origEx, ErrorCode errCode, java.lang.String msg)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.