Serialized Form
-
Package net.officefloor.compile.impl.adapt
-
Exception net.officefloor.compile.impl.adapt.AdaptedException
class AdaptedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stackTrace
String stackTrace
Stack trace.
-
-
Exception net.officefloor.compile.impl.adapt.OfficeFloorVersionIncompatibilityException
class OfficeFloorVersionIncompatibilityException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.compile.impl.issues
-
Exception net.officefloor.compile.impl.issues.CompileException
class CompileException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
issue
DefaultCompilerIssue issue
-
-
-
Package net.officefloor.compile.impl.util
-
Error net.officefloor.compile.impl.util.LoadTypeError
class LoadTypeError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
causes
CompilerIssue[] causes
CompilerIssueinstances indicating cause of not loading type. -
sourceClassName
String sourceClassName
Name of the source class being used to load the type. May also be an alias. -
type
Class<?> type
Type being attempted to be loaded.- See Also:
-
-
-
Package net.officefloor.compile.issues
-
Error net.officefloor.compile.issues.CompileError
class CompileError extends Error implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.configuration
-
Error net.officefloor.configuration.ConfigurationError
class ConfigurationError extends AbstractSourceError implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.api.build
-
Exception net.officefloor.frame.api.build.OfficeFloorBuildException
class OfficeFloorBuildException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.api.escalate
-
Class net.officefloor.frame.api.escalate.AsynchronousFlowTimedOutEscalation
class AsynchronousFlowTimedOutEscalation extends ManagedFunctionEscalation implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.Escalation
class Escalation extends Throwable implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.ManagedFunctionEscalation
class ManagedFunctionEscalation extends Escalation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
managedFunctionName
String managedFunctionName
Name of theManagedFunction.
-
-
Class net.officefloor.frame.api.escalate.ManagedObjectEscalation
class ManagedObjectEscalation extends Escalation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
objectType
Class<?> objectType
-
-
Class net.officefloor.frame.api.escalate.ManagedObjectOperationTimedOutEscalation
class ManagedObjectOperationTimedOutEscalation extends ManagedObjectEscalation implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.ProcessCancelledEscalation
class ProcessCancelledEscalation extends Escalation implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.frame.api.escalate.SourceManagedObjectTimedOutEscalation
class SourceManagedObjectTimedOutEscalation extends ManagedObjectEscalation implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.api.manage
-
Exception net.officefloor.frame.api.manage.InvalidParameterTypeException
class InvalidParameterTypeException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.frame.api.manage.ObjectTimeoutException
class ObjectTimeoutException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
boundObjectName
String boundObjectName
Bound object name.
-
-
Exception net.officefloor.frame.api.manage.UnknownFunctionException
class UnknownFunctionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownFunctionName
String unknownFunctionName
Name of the unknownManagedFunction.
-
-
Exception net.officefloor.frame.api.manage.UnknownObjectException
class UnknownObjectException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.frame.api.manage.UnknownOfficeException
class UnknownOfficeException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.api.source
-
Error net.officefloor.frame.api.source.AbstractSourceError
class AbstractSourceError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceFactory
ServiceFactory<?> serviceFactory
PotentialServiceFactoryrequiring the property.
-
-
Error net.officefloor.frame.api.source.LoadServiceError
class LoadServiceError extends AbstractSourceError implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceFactoryClassName
String serviceFactoryClassName
ServiceFactoryClassname that failed to load.
-
-
Error net.officefloor.frame.api.source.UnknownClassError
class UnknownClassError extends AbstractSourceError implements Serializable- serialVersionUID:
- 1L
-
Error net.officefloor.frame.api.source.UnknownPropertyError
class UnknownPropertyError extends AbstractSourceError implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownPropertyName
String unknownPropertyName
Name of the unknown property.
-
-
Error net.officefloor.frame.api.source.UnknownResourceError
class UnknownResourceError extends AbstractSourceError implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownResourceLocation
String unknownResourceLocation
Location of the unknown resource.
-
-
Error net.officefloor.frame.api.source.UnknownServiceError
class UnknownServiceError extends AbstractSourceError implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
unknownServiceFactoryType
Class<?> unknownServiceFactoryType
ServiceFactorytype that is not configured.
-
-
-
Package net.officefloor.frame.api.team
-
Exception net.officefloor.frame.api.team.TeamOverloadException
class TeamOverloadException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.compatibility
-
Exception net.officefloor.frame.compatibility.ClassCompatibility.CompatibilityInvocationException
class CompatibilityInvocationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.frame.impl.execute.team
-
Exception net.officefloor.frame.impl.execute.team.TeamExecutorRuntimeException
class TeamExecutorRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.jaxrs
-
Class net.officefloor.jaxrs.OfficeFloorHk2Object
class OfficeFloorHk2Object extends org.glassfish.hk2.utilities.AbstractActiveDescriptor<T> implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package net.officefloor.nosql.cosmosdb
-
Exception net.officefloor.nosql.cosmosdb.CosmosNoEntityIdentifierException
class CosmosNoEntityIdentifierException extends com.azure.cosmos.CosmosException implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.nosql.cosmosdb.CosmosPartitionKeyException
class CosmosPartitionKeyException extends com.azure.cosmos.CosmosException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.nosql.firestore.test
-
Exception net.officefloor.nosql.firestore.test.FirestoreStartTimeoutException
class FirestoreStartTimeoutException extends RuntimeException implements Serializable
-
-
Package net.officefloor.nosql.objectify.mock
-
Exception net.officefloor.nosql.objectify.mock.AbstractObjectifyJUnit.TimeoutException
class TimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.plugin.clazz
-
Error net.officefloor.plugin.clazz.InvalidConfigurationError
class InvalidConfigurationError extends Error implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.plugin.xml
-
Exception net.officefloor.plugin.xml.XmlMarshallException
class XmlMarshallException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.polyglot.test
-
Class net.officefloor.polyglot.test.MockHttpParameters
class MockHttpParameters extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mock
String mock
Mock parameter value.
-
-
-
Package net.officefloor.server.http
-
Exception net.officefloor.server.http.CleanupException
class CleanupException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cleanupEscalations
CleanupEscalation[] cleanupEscalations
CleanupEscalationinstances.
-
-
Exception net.officefloor.server.http.HttpException
class HttpException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
String entity
HttpResponseentity content. -
headers
WritableHttpHeader[] headers
PossibleWritableHttpHeaderinstances for theHttpResponse. -
status
HttpStatus status
-
-
Class net.officefloor.server.http.HttpMethod
class HttpMethod extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hashCode
int hashCode
Hash code. -
httpMethodEnum
HttpMethod.HttpMethodEnum httpMethodEnum
-
name
String name
Name of theHttpMethod.
-
-
Class net.officefloor.server.http.HttpVersion
class HttpVersion extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteContent
byte[] byteContent
HTTP encoded content for thisHttpVersion. -
hashCode
int hashCode
Hash code. -
httpVersionEnum
HttpVersion.HttpVersionEnum httpVersionEnum
-
name
String name
Name of theHttpVersion.
-
-
-
Package net.officefloor.server.http.impl
-
Class net.officefloor.server.http.impl.SerialisableHttpHeader
class SerialisableHttpHeader extends Object implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.server.http.impl.SerialisableHttpRequest
class SerialisableHttpRequest extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
entity
ByteArrayByteSequence entity
ByteArrayByteSequencefor the HTTP entity. -
headers
SerialisableHttpRequestHeaders headers
-
method
HttpMethod method
-
requestUri
String requestUri
Request URI.
-
-
Class net.officefloor.server.http.impl.SerialisableHttpRequestHeaders
class SerialisableHttpRequestHeaders extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
headers
HttpHeader[] headers
SerialisableHttpHeaderinstances.
-
-
-
Package net.officefloor.server.servlet.test
-
Class net.officefloor.server.servlet.test.AbstractServletHttpServerImplementationTest.FixHeadersFilter
class FixHeadersFilter extends jakarta.servlet.http.HttpFilter implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
serverName
String serverName
Name of the server.
-
-
-
Package net.officefloor.server.stream.impl
-
Class net.officefloor.server.stream.impl.ByteArrayByteSequence
class ByteArrayByteSequence extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
byte[] bytes
Bytes backing thisByteSequence.
-
-
-
Package net.officefloor.servlet.tomcat
-
Class net.officefloor.servlet.tomcat.TomcatServletManager.FilterChainHttpServlet
class FilterChainHttpServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.spring.webmvc.procedure
-
Class net.officefloor.spring.webmvc.procedure.ProcedureDispatcherServlet
class ProcedureDispatcherServlet extends org.springframework.web.servlet.DispatcherServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
injectedWebApplicationContext
org.springframework.web.context.WebApplicationContext injectedWebApplicationContext
WebApplicationContext.
-
-
-
Package net.officefloor.vertx
-
Exception net.officefloor.vertx.OfficeFloorVertxException
class OfficeFloorVertxException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web
-
Class net.officefloor.web.SerialisedRequestState
class SerialisedRequestState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
identifier
int identifier
Identifier for thisSerialisedRequestState. -
momento
Serializable momento
HttpRequestStatemomento.
-
-
-
Package net.officefloor.web.build
-
Exception net.officefloor.web.build.NoAcceptHandlersException
class NoAcceptHandlersException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.escalation
-
Exception net.officefloor.web.escalation.BadRequestHttpException
class BadRequestHttpException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.web.escalation.NotFoundHttpException
class NotFoundHttpException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.jwt
-
Package net.officefloor.web.jwt.authority
-
Exception net.officefloor.web.jwt.authority.AccessTokenException
class AccessTokenException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.web.jwt.authority.RefreshTokenException
class RefreshTokenException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.web.jwt.authority.ValidateKeysException
class ValidateKeysException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.jwt.validate
-
Class net.officefloor.web.jwt.validate.JwtValidateKey
class JwtValidateKey extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.security
-
Exception net.officefloor.web.security.AuthenticationRequiredException
class AuthenticationRequiredException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
requiredHttpSecurityName
String requiredHttpSecurityName
Name of the requiredHttpSecurity.
-
-
-
Package net.officefloor.web.security.impl
-
Class net.officefloor.web.security.impl.ChallengeMomento
class ChallengeMomento extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connection
Serializable connection
Momento for theServerHttpConnection. -
requestState
Serializable requestState
Momento for theHttpRequestState.
-
-
-
Package net.officefloor.web.security.scheme
-
Class net.officefloor.web.security.scheme.AnonymousHttpSecuritySource
class AnonymousHttpSecuritySource extends AbstractHttpSecuritySource<HttpAuthentication<Void>,HttpAccessControl, Void, None, None> implements Serializable - serialVersionUID:
- 1L
-
Class net.officefloor.web.security.scheme.HttpAccessControlImpl
class HttpAccessControlImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.web.security.scheme.MockAccessControl
class MockAccessControl extends Object implements Serializable- serialVersionUID:
- 1L
-
Class net.officefloor.web.security.scheme.MockHttpAccessControl
class MockHttpAccessControl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
accessControl
MockAccessControl accessControl
-
-
-
Package net.officefloor.web.session
-
Exception net.officefloor.web.session.InvalidatedSessionHttpException
class InvalidatedSessionHttpException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
Exception net.officefloor.web.session.StoringSessionHttpException
class StoringSessionHttpException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.spi.security
-
Exception net.officefloor.web.spi.security.AuthenticationContinuationException
class AuthenticationContinuationException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.web.state
-
Class net.officefloor.web.state.HttpArgument
class HttpArgument extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
location
HttpValueLocation location
Location that thisHttpArgumentwas sourced. -
name
String name
Argument name. -
next
HttpArgument next
NextHttpArgument. -
value
String value
Argument value.
-
-
-
Package net.officefloor.web.value.retrieve
-
Exception net.officefloor.web.value.retrieve.RetrieveValueException
class RetrieveValueException extends HttpException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.officefloor.woof.template
-
Exception net.officefloor.woof.template.WoofTemplateExtensionException
class WoofTemplateExtensionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.coyote
-
Exception org.apache.coyote.BadRequestException
class BadRequestException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.coyote.CloseNowException
class CloseNowException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.coyote.ProtocolException
class ProtocolException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-