Class BoxException

  • All Implemented Interfaces:
    Serializable

    public class BoxException
    extends org.exoplatform.services.cms.clouddrives.CloudProviderException
    Indicates a problem on provider side or communication problem.
    See Also:
    Serialized Form
    • 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 message
        cause - the cause
      • BoxException

        public BoxException​(Throwable cause)
        Instantiates a new box exception.
        Parameters:
        cause - the cause