Class MultipartUploadException
Thrown when a Aws\Common\MultipartUpload\TransferInterface object encounters an error during transfer
- Exception
-
RuntimeException
-
Aws\Common\Exception\RuntimeException
implements
Aws\Common\Exception\AwsExceptionInterface
-
Aws\Common\Exception\MultipartUploadException
Methods summary
-
public__construct ( Aws\Common\Model\MultipartUpload\TransferStateInterface $state, Exception $exception = null ) -
publicgetState ( )Get the state of the transfer
Methods detail
#
public
__construct( Aws\Common\Model\MultipartUpload\TransferStateInterface $state, Exception $exception = null )
Parameters
- $state
Aws\Common\Model\MultipartUpload\TransferStateInterface
$state Transfer state- $exception
Exception
$exception Last encountered exception
Overrides
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Magic methods summary
Properties summary
protected
|
$state |
#
State of the transfer when the error was encountered |