Serialized Form
-
Package io.leandev.appfuse.almanac
-
Exception Class io.leandev.appfuse.almanac.AlmanacException
class AlmanacException extends RuntimeException implements Serializable
-
-
Package io.leandev.appfuse.almanac.address
-
Record Class io.leandev.appfuse.almanac.address.City
class City extends Record implements Serializable- serialVersionUID:
- 1L
-
Record Class io.leandev.appfuse.almanac.address.Town
class Town extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cityCode
String cityCode
The field for thecityCoderecord component. -
code
String code
The field for thecoderecord component. -
id
String id
The field for theidrecord component. -
name
String name
The field for thenamerecord component. -
zipCode
String zipCode
The field for thezipCoderecord component.
-
-
Record Class io.leandev.appfuse.almanac.address.Village
class Village extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cityCode
String cityCode
The field for thecityCoderecord component. -
code
String code
The field for thecoderecord component. -
id
String id
The field for theidrecord component. -
name
String name
The field for thenamerecord component. -
townCode
String townCode
The field for thetownCoderecord component.
-
-
-
Package io.leandev.appfuse.almanac.calendar
-
Record Class io.leandev.appfuse.almanac.calendar.CalendarDay
class CalendarDay extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
date
LocalDate date
The field for thedaterecord component. -
description
String description
The field for thedescriptionrecord component. -
holiday
boolean holiday
The field for theholidayrecord component.
-
-
-
Package io.leandev.appfuse.almanac.location
-
Record Class io.leandev.appfuse.almanac.location.Country
class Country extends Record implements Serializable- serialVersionUID:
- 1L
-
Record Class io.leandev.appfuse.almanac.location.Subdivision
class Subdivision extends Record implements Serializable- serialVersionUID:
- 1L
-
-
Package io.leandev.appfuse.auth
-
Exception Class io.leandev.appfuse.auth.AuthException
class AuthException extends RuntimeException implements Serializable
-
-
Package io.leandev.appfuse.bean
-
Exception Class io.leandev.appfuse.bean.ObjectCopyException
class ObjectCopyException extends RuntimeException implements Serializable -
Exception Class io.leandev.appfuse.bean.ObjectReadWriteException
class ObjectReadWriteException extends RuntimeException implements Serializable -
Class io.leandev.appfuse.bean.PropertyMap
class PropertyMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
-
Package io.leandev.appfuse.content
-
Exception Class io.leandev.appfuse.content.ContentException
class ContentException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package io.leandev.appfuse.converter
-
Exception Class io.leandev.appfuse.converter.ConversionException
class ConversionException extends RuntimeException implements Serializable
-
-
Package io.leandev.appfuse.document
-
Exception Class io.leandev.appfuse.document.DocumentException
class DocumentException extends RuntimeException implements Serializable
-
-
Package io.leandev.appfuse.env
-
Exception Class io.leandev.appfuse.env.Environ.FolderCreationException
class FolderCreationException extends RuntimeException implements Serializable
-
-
Package io.leandev.appfuse.exception
-
Exception Class io.leandev.appfuse.exception.ApplicationException
class ApplicationException extends RuntimeException implements Serializable-
Serialized Fields
-
format
String format
-
-
-
Exception Class io.leandev.appfuse.exception.ConflictException
class ConflictException extends ApplicationException implements Serializable -
Exception Class io.leandev.appfuse.exception.ConstraintException
class ConstraintException extends ApplicationException implements Serializable -
Exception Class io.leandev.appfuse.exception.DuplicateException
class DuplicateException extends ApplicationException implements Serializable -
Exception Class io.leandev.appfuse.exception.InvalidDataException
class InvalidDataException extends ApplicationException implements Serializable -
Exception Class io.leandev.appfuse.exception.LockoutException
class LockoutException extends ApplicationException implements Serializable -
Exception Class io.leandev.appfuse.exception.NotFoundException
class NotFoundException extends ApplicationException implements Serializable -
Exception Class io.leandev.appfuse.exception.VerificationException
class VerificationException extends ApplicationException implements Serializable
-
-
Package io.leandev.appfuse.file
-
Exception Class io.leandev.appfuse.file.FileStorageException
class FileStorageException extends RuntimeException implements Serializable -
Exception Class io.leandev.appfuse.file.FileTooLargeException
class FileTooLargeException extends FileStorageException implements Serializable-
Serialized Fields
-
fileSize
long fileSize
-
maxSize
long maxSize
-
-
-
-
Package io.leandev.appfuse.file.azure
-
Exception Class io.leandev.appfuse.file.azure.AzureBlobFileStorage.AzureBlobStorageException
class AzureBlobStorageException extends FileStorageException implements Serializable
-
-
Package io.leandev.appfuse.file.s3
-
Exception Class io.leandev.appfuse.file.s3.S3FileStorage.S3FileStorageException
class S3FileStorageException extends FileStorageException implements Serializable
-
-
Package io.leandev.appfuse.file.sftp
-
Exception Class io.leandev.appfuse.file.sftp.SftpFileStorage.SftpFileStorageException
class SftpFileStorageException extends FileStorageException implements Serializable
-
-
Package io.leandev.appfuse.http.exception
-
Exception Class io.leandev.appfuse.http.exception.BadRequestException
class BadRequestException extends ClientErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.ClientErrorException
class ClientErrorException extends HttpClientException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.ForbiddenException
class ForbiddenException extends ClientErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.HttpClientException
class HttpClientException extends RuntimeException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
HTTP 狀態碼
-
-
-
Exception Class io.leandev.appfuse.http.exception.InternalServerErrorException
class InternalServerErrorException extends ServerErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.NotAcceptableException
class NotAcceptableException extends ClientErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.NotAllowedException
class NotAllowedException extends ClientErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.NotAuthorizedException
class NotAuthorizedException extends ClientErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.NotFoundException
class NotFoundException extends ClientErrorException implements Serializable -
Exception Class io.leandev.appfuse.http.exception.ServerErrorException
class ServerErrorException extends HttpClientException implements Serializable
-
-
Package io.leandev.appfuse.image
-
Exception Class io.leandev.appfuse.image.ImageException
class ImageException extends RuntimeException implements Serializable
-
-
Package io.leandev.appfuse.nls
-
Class io.leandev.appfuse.nls.Dictionary
-
Serialized Fields
-
locale
Locale locale
-
-
-
-
Package io.leandev.appfuse.security.lockout.api
-
Exception Class io.leandev.appfuse.security.lockout.api.LockoutException
class LockoutException extends org.springframework.security.authentication.LockedException implements Serializable
-
-
Package io.leandev.appfuse.security.lockout.store
-
Class io.leandev.appfuse.security.lockout.store.AttemptRecord
class AttemptRecord extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
failureCount
int failureCount
-
lockoutTime
LocalDateTime lockoutTime
-
-
-
Package io.leandev.appfuse.xml
-
Exception Class io.leandev.appfuse.xml.XmlException
class XmlException extends RuntimeException implements Serializable -
Exception Class io.leandev.appfuse.xml.XmlParserException
class XmlParserException extends Exception implements Serializable
-