Package org.exoplatform.clouddrive.box
Class BoxFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.services.cms.clouddrives.CloudDriveException
-
- org.exoplatform.clouddrive.box.BoxFormatException
-
- All Implemented Interfaces:
Serializable
public class BoxFormatException extends org.exoplatform.services.cms.clouddrives.CloudDriveExceptionError determining or parsing format of Box data (from Box service response).
Created by The eXo Platform SAS.- Version:
- $Id: BoxInsconsistentException.java 00000 Dec 9, 2013 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoxFormatException(String message)Instantiates a new box format exception.BoxFormatException(String message, Throwable cause)Instantiates a new box format 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
-
BoxFormatException
public BoxFormatException(String message)
Instantiates a new box format exception.- Parameters:
message- the message
-
-