public class TransferCancelledException extends RepositoryException
| Constructor and Description |
|---|
TransferCancelledException()
Creates a new exception with a stock detail message.
|
TransferCancelledException(java.lang.String message)
Creates a new exception with the specified detail message.
|
TransferCancelledException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified detail message and cause.
|
getMessagepublic TransferCancelledException()
public TransferCancelledException(java.lang.String message)
message - The detail message, may be null.public TransferCancelledException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.