Serialized Form


Package com.sapportals.portal.prt.component

Class com.sapportals.portal.prt.component.CachingLevel implements Serializable

Serialized Fields

mm_level

java.lang.String mm_level

Class com.sapportals.portal.prt.component.PortalComponentContentType implements Serializable

Serialized Fields

mm_type

java.lang.String mm_type

Class com.sapportals.portal.prt.component.PortalComponentException implements Serializable

Serialized Fields

mm_componentName

java.lang.String mm_componentName

mm_componentClass

java.lang.String mm_componentClass

mm_userName

java.lang.String mm_userName


Package com.sapportals.portal.prt.logger

Class com.sapportals.portal.prt.logger.Level implements Serializable

Serialized Fields

mm_level

int mm_level

mm_name

java.lang.String mm_name

Class com.sapportals.portal.prt.logger.LoggerRecord implements Serializable

Serialized Fields

m_date

java.lang.String m_date
DATE represents the time when the log message was created.

m_time

java.lang.String m_time
TIME represents the time when the log message was created.

m_message

java.lang.String m_message
MESSAGE is the log message content.

m_level

java.lang.String m_level
The verbosity level that was used to create the log message.

m_threadId

java.lang.String m_threadId
The current thread id for that log message.

m_loggerName

java.lang.String m_loggerName
The name of the logger


Package com.sapportals.portal.prt.pom

Class com.sapportals.portal.prt.pom.PortalOMException implements Serializable


Package com.sapportals.portal.prt.resource

Class com.sapportals.portal.prt.resource.ResourceException implements Serializable

Serialized Fields

mm_docBase

java.lang.String mm_docBase

mm_properties

java.lang.String mm_properties

mm_componentName

java.lang.String mm_componentName

mm_className

java.lang.String mm_className

mm_resourceType

java.lang.String mm_resourceType

mm_resourceName

java.lang.String mm_resourceName


Package com.sapportals.portal.prt.runtime

Class com.sapportals.portal.prt.runtime.PortalException implements Serializable

Serialized Fields

mm_cause

java.lang.Throwable mm_cause

Class com.sapportals.portal.prt.runtime.PortalRuntimeException implements Serializable

Serialized Fields

mm_cause

java.lang.Throwable mm_cause

Class com.sapportals.portal.prt.runtime.ProfileNotFoundException implements Serializable


Package com.sapportals.portal.prt.service

Class com.sapportals.portal.prt.service.PortalServiceException implements Serializable

Class com.sapportals.portal.prt.service.ServiceException implements Serializable


Package com.sapportals.portal.prt.service.soap.exception

Class com.sapportals.portal.prt.service.soap.exception.PRTFault implements Serializable

Serialized Fields

mm_faultActor

java.lang.String mm_faultActor

mm_faultCode

QName mm_faultCode

mm_faultDetailsVector

java.util.Vector mm_faultDetailsVector

mm_faultDetails

javax.xml.soap.Detail mm_faultDetails

mm_faultString

java.lang.String mm_faultString

mm_exception

java.lang.Throwable mm_exception

mm_typeJavaClassException

java.lang.String mm_typeJavaClassException

mm_levelError

Level mm_levelError

Class com.sapportals.portal.prt.service.soap.exception.PRTFaultDataEnconding implements Serializable

Class com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion implements Serializable

Class com.sapportals.portal.prt.service.soap.exception.PRTFaultFromSOAPMessage implements Serializable

Class com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError implements Serializable

Class com.sapportals.portal.prt.service.soap.exception.PRTFaultSecurity implements Serializable

Class com.sapportals.portal.prt.service.soap.exception.PRTFaultSerializator implements Serializable

Class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException implements Serializable

Serialized Fields

mm_originalException

java.lang.Throwable mm_originalException

mm_msgFault

javax.xml.soap.SOAPMessage mm_msgFault


Package com.sapportals.portal.prt.util

Class com.sapportals.portal.prt.util.Guid implements Serializable

Serialized Fields

m_part1

long m_part1

m_part2

long m_part2

Class com.sapportals.portal.prt.util.QuickDateFormat implements Serializable

Serialized Fields

m_dateFormat

java.text.DateFormat m_dateFormat

m_fieldPosition

java.text.FieldPosition m_fieldPosition

m_lastSec

long m_lastSec

m_dateBuf

java.lang.StringBuffer m_dateBuf


Package com.sapportals.portal.prt.util.html.parser

Class com.sapportals.portal.prt.util.html.parser.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

eol

java.lang.String eol
The end of line string for this machine.

Class com.sapportals.portal.prt.util.html.parser.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.