Package org.exoplatform.clouddrive.box
Class BoxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.services.cms.clouddrives.CloudDriveException
-
- org.exoplatform.services.cms.clouddrives.CloudProviderException
-
- org.exoplatform.clouddrive.box.BoxException
-
- All Implemented Interfaces:
Serializable
public class BoxException extends org.exoplatform.services.cms.clouddrives.CloudProviderExceptionIndicates a problem on provider side or communication problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoxException(String message)Instantiates a new box exception.BoxException(String message, Throwable cause)Instantiates a new box exception.BoxException(Throwable cause)Instantiates a new box exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BoxException
public BoxException(String message)
Instantiates a new box exception.- Parameters:
message- the message
-
BoxException
public BoxException(String message, Throwable cause)
Instantiates a new box exception.- Parameters:
message- the messagecause- the cause
-
BoxException
public BoxException(Throwable cause)
Instantiates a new box exception.- Parameters:
cause- the cause
-
-