public class NotAllowedSerializableTypeException extends Exception
Serializable type is not allowed. Only primitive types and String are allowed.| Constructor and Description |
|---|
NotAllowedSerializableTypeException(String message)
Constructs a
NotAllowedSerializableTypeException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAllowedSerializableTypeException(String message)
NotAllowedSerializableTypeException with the specified detail message.message - the detail message.Copyright © 2022. All rights reserved.