public class

S3ClientException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.module.s3.exception.S3ClientException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
S3ClientException(String message, Throwable t)
S3ClientException(String message)
S3ClientException(Throwable t)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public S3ClientException (String message, Throwable t)

Parameters
message
t

public S3ClientException (String message)

Parameters
message

public S3ClientException (Throwable t)

Parameters
t