public class TransferCancelledException extends RepositoryException
| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic 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.