Class AssetManagerException

    • Constructor Detail

      • AssetManagerException

        public AssetManagerException()
      • AssetManagerException

        public AssetManagerException​(String message)
      • AssetManagerException

        public AssetManagerException​(String message,
                                     Throwable cause)
      • AssetManagerException

        public AssetManagerException​(Throwable cause)
    • Method Detail

      • isCauseNotAuthorized

        public boolean isCauseNotAuthorized()
        Returns true if the exception is caused by a UnauthorizedException.
      • isCauseNotFound

        public boolean isCauseNotFound()
        Returns true if the exception is caused by a NotFoundException.