org.exoplatform.clouddrive.box
Class BoxFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.clouddrive.CloudDriveException
              extended by org.exoplatform.clouddrive.box.BoxFormatException
All Implemented Interfaces:
Serializable

public class BoxFormatException
extends org.exoplatform.clouddrive.CloudDriveException

Error 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
BoxFormatException(String message)
           
BoxFormatException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoxFormatException

public BoxFormatException(String message)
Parameters:
message -

BoxFormatException

public BoxFormatException(String message,
                          Throwable cause)
Parameters:
message -
cause -


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.