org.exoplatform.clouddrive.box
Class BoxException

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

public class BoxException
extends org.exoplatform.clouddrive.CloudProviderException

Indicates a problem on provider side or communication problem.

See Also:
Serialized Form

Constructor Summary
BoxException(String message)
           
BoxException(String message, Throwable cause)
           
BoxException(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

BoxException

public BoxException(String message)
Parameters:
message -

BoxException

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

BoxException

public BoxException(Throwable cause)
Parameters:
cause -


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