Serialized Form
-
Package com.peterphi.carbon.exception
-
Exception com.peterphi.carbon.exception.CarbonBuildException
class CarbonBuildException extends CarbonException implements Serializable- serialVersionUID:
- 1L
-
Exception com.peterphi.carbon.exception.CarbonConnectException
class CarbonConnectException extends CarbonException implements Serializable- serialVersionUID:
- 1L
-
Exception com.peterphi.carbon.exception.CarbonException
class CarbonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.peterphi.carbon.exception.MalformedCarbonResponseException
class MalformedCarbonResponseException extends CarbonException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.peterphi.std
-
Exception com.peterphi.std.NotImplementedException
class NotImplementedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.peterphi.std.guice.common.resource.iface
-
Exception com.peterphi.std.guice.common.resource.iface.ResourceNotFoundException
class ResourceNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- -5621663577935479715L
-
-
Package com.peterphi.std.guice.hibernate.dao
-
Class com.peterphi.std.guice.hibernate.dao.DetachedCriteriaHelper
class DetachedCriteriaHelper extends org.hibernate.criterion.DetachedCriteria implements Serializable
-
-
Package com.peterphi.std.guice.hibernate.exception
-
Exception com.peterphi.std.guice.hibernate.exception.ReadOnlyTransactionException
class ReadOnlyTransactionException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception com.peterphi.std.guice.hibernate.exception.TransactionCombinationException
class TransactionCombinationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.peterphi.std.guice.liquibase.exception
-
Exception com.peterphi.std.guice.liquibase.exception.LiquibaseChangesetsPending
class LiquibaseChangesetsPending extends RuntimeException implements Serializable-
Serialized Fields
-
pending
List<liquibase.changelog.ChangeSet> pending
-
-
-
-
Package com.peterphi.std.guice.restclient.exception
-
Exception com.peterphi.std.guice.restclient.exception.RestException
class RestException extends javax.ws.rs.client.ResponseProcessingException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
causedByRemote
boolean causedByRemote
Whether this exception was caused by a remote service throwing an exception. If false then this must have been thrown locally -
errorCode
long errorCode
-
failure
RestFailure failure
-
httpCode
int httpCode
-
responseContext
javax.ws.rs.client.ClientResponseContext responseContext
Only set if this RestException is caused by a remote service throwing an exception.
-
-
Exception com.peterphi.std.guice.restclient.exception.ServiceBreakerTripPreventsCallException
class ServiceBreakerTripPreventsCallException extends RuntimeException implements Serializable -
Exception com.peterphi.std.guice.restclient.exception.UnboundRestException
class UnboundRestException extends RestException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.peterphi.std.guice.restclient.jaxb.webquery
-
Exception com.peterphi.std.guice.restclient.jaxb.webquery.WebQueryParseError
class WebQueryParseError extends RuntimeException implements Serializable
-
-
Package com.peterphi.std.guice.web.rest.auth.oauth2.rest.impl
-
Exception com.peterphi.std.guice.web.rest.auth.oauth2.rest.impl.OAuthServerDeclinedAuthorisationException
class OAuthServerDeclinedAuthorisationException extends RuntimeException implements Serializable
-
-
Package com.peterphi.std.guice.web.rest.exception
-
Exception com.peterphi.std.guice.web.rest.exception.TextWebException
class TextWebException extends javax.ws.rs.WebApplicationException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.peterphi.std.guice.web.rest.jaxrs.exception
-
Exception com.peterphi.std.guice.web.rest.jaxrs.exception.LiteralRestResponseException
class LiteralRestResponseException extends javax.ws.rs.WebApplicationException implements Serializable
-
-
Package com.peterphi.std.guice.web.rest.resteasy
-
Class com.peterphi.std.guice.web.rest.resteasy.ResteasyDispatcher
class ResteasyDispatcher extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -3L
-
Serialized Fields
-
dispatcher
com.peterphi.std.guice.web.rest.resteasy.GuicedResteasy dispatcher
-
registry
GuiceRegistry registry
-
-
-
Package com.peterphi.std.guice.web.servlet
-
Class com.peterphi.std.guice.web.servlet.GuiceServlet
class GuiceServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ready
AtomicBoolean ready
-
registry
GuiceRegistry registry
-
-
-
Package com.peterphi.std.threading
-
Class com.peterphi.std.threading.Deadline
class Deadline extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
deadline
long deadline
The current deadline (in milliseconds since 1970 UTC)
-
-
Class com.peterphi.std.threading.Timeout
class Timeout extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
period
long period
-
unit
TimeUnit unit
-
-
-
Package com.peterphi.std.types
-
Class com.peterphi.std.types.Id
class Id extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
The internal value of this id; while public, this should only be required very rarely
-
-
Exception com.peterphi.std.types.ResamplingException
class ResamplingException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class com.peterphi.std.types.SimpleId
class SimpleId extends Id implements Serializable- serialVersionUID:
- 1L
-
Class com.peterphi.std.types.StorageSize
class StorageSize extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_bits
BigInteger _bits
The number of bits represented by this object -
_unit
StorageUnit _unit
The user's preferred unit
-
-
-
Package com.peterphi.std.util
-
Class com.peterphi.std.util.CaseInsensitiveSet
-
Class com.peterphi.std.util.Ticker
class Ticker extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
started
long started
-
-
-
Package com.peterphi.std.util.jaxb.exception
-
Exception com.peterphi.std.util.jaxb.exception.JAXBRuntimeException
class JAXBRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
source
javax.xml.bind.JAXBException source
-
-
Exception com.peterphi.std.util.jaxb.exception.SchemaValidationException
class SchemaValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.peterphi.usermanager.guice.authentication
-
Exception com.peterphi.usermanager.guice.authentication.AuthenticationFailureException
class AuthenticationFailureException extends RestException implements Serializable
-
-
Package com.peterphi.usermanager.guice.authentication.ldap
-
Exception com.peterphi.usermanager.guice.authentication.ldap.LDAPSearchException
class LDAPSearchException extends RuntimeException implements Serializable
-
-
Package com.peterphi.usermanager.rest.impl
-
Exception com.peterphi.usermanager.rest.impl.ServiceAccessPreconditionFailed
class ServiceAccessPreconditionFailed extends RuntimeException implements Serializable
-