public class ActivityCompletedException extends RemoteException
detail
Constructor and Description |
---|
ActivityCompletedException()
Constructs a new instance with null as its detail message.
|
ActivityCompletedException(String message)
Constructs a new instance with the specified detail message.
|
ActivityCompletedException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause.
|
ActivityCompletedException(Throwable cause)
Constructs a new throwable with the specified cause.
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityCompletedException()
public ActivityCompletedException(String message)
message
- the detail message.public ActivityCompletedException(Throwable cause)
cause
- a chained exception of type
Throwable
.Copyright © 2019 JBoss by Red Hat. All rights reserved.