Serialized Form
-
Package org.hawaiiframework.async.exception
-
Class org.hawaiiframework.async.exception.HawaiiTaskExecutionException extends HawaiiException implements Serializable
-
Class org.hawaiiframework.async.exception.TaskTimeoutException extends HawaiiException implements Serializable
-
-
Package org.hawaiiframework.exception
-
Class org.hawaiiframework.exception.ApiException extends HawaiiException implements Serializable
- serialVersionUID:
- 9146345197810622183L
-
Serialized Fields
-
apiError
ApiError apiError
ApiError associated with this exception.
-
-
Class org.hawaiiframework.exception.HawaiiException extends RuntimeException implements Serializable
-
-
Package org.hawaiiframework.util.tuple
-
Class org.hawaiiframework.util.tuple.Tuple1 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element1
T1 element1
-
-
Class org.hawaiiframework.util.tuple.Tuple10 extends Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element10
T10 element10
-
-
Class org.hawaiiframework.util.tuple.Tuple2 extends Tuple1<T1> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element2
T2 element2
-
-
Class org.hawaiiframework.util.tuple.Tuple3 extends Tuple2<T1,T2> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element3
T3 element3
-
-
Class org.hawaiiframework.util.tuple.Tuple4 extends Tuple3<T1,T2,T3> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element4
T4 element4
-
-
Class org.hawaiiframework.util.tuple.Tuple5 extends Tuple4<T1,T2,T3,T4> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element5
T5 element5
-
-
Class org.hawaiiframework.util.tuple.Tuple6 extends Tuple5<T1,T2,T3,T4,T5> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element6
T6 element6
-
-
Class org.hawaiiframework.util.tuple.Tuple7 extends Tuple6<T1,T2,T3,T4,T5,T6> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element7
T7 element7
-
-
Class org.hawaiiframework.util.tuple.Tuple8 extends Tuple7<T1,T2,T3,T4,T5,T6,T7> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element8
T8 element8
-
-
Class org.hawaiiframework.util.tuple.Tuple9 extends Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
element9
T9 element9
-
-
-
Package org.hawaiiframework.validation
-
Class org.hawaiiframework.validation.ValidationException extends HawaiiException implements Serializable
-
Serialized Fields
-
validationResult
ValidationResult validationResult
-
-
-
-
Package org.hawaiiframework.web.exception
-
Class org.hawaiiframework.web.exception.BadRequestException extends HttpException implements Serializable
-
Class org.hawaiiframework.web.exception.HttpException extends HawaiiException implements Serializable
-
Serialized Fields
-
httpStatus
org.springframework.http.HttpStatus httpStatus
-
-
-
Class org.hawaiiframework.web.exception.InternalServerErrorException extends HttpException implements Serializable
-
Class org.hawaiiframework.web.exception.ResourceNotFoundException extends HttpException implements Serializable
-