@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, toStringpublic NonSerializableUserCodeException()
public NonSerializableUserCodeException(String message)
message - The exception message.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.