@Public public class NonSerializableUserCodeException extends InvalidProgramException
InvalidProgramException
, indicating that a part of the program
that needs to be serializable (for shipping) is not serializable.Constructor and Description |
---|
NonSerializableUserCodeException()
Creates a new exception with no message.
|
NonSerializableUserCodeException(String message)
Creates a new exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonSerializableUserCodeException()
public NonSerializableUserCodeException(String message)
message
- The exception message.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.