public class AgentTerminationException extends RuntimeException
Agent.Agent,
AgentInvoker,
AgentRunner,
Serialized Form| Constructor and Description |
|---|
AgentTerminationException()
Default constructor.
|
AgentTerminationException(String message)
Create an exception with the given message.
|
AgentTerminationException(String message,
Throwable cause)
Create an exception with the given message and a cause.
|
AgentTerminationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Create an exception with the given message and a cause.
|
AgentTerminationException(Throwable cause)
Create an exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AgentTerminationException()
public AgentTerminationException(String message)
message - to assign.public AgentTerminationException(String message, Throwable cause)
message - to assign.cause - of the error.public AgentTerminationException(Throwable cause)
cause - of the error.public AgentTerminationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - to assign.cause - of the error.enableSuppression - true to enable suppression.writableStackTrace - true to enable writing a full stack trace.Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.